A Django app for handling github users and repos.
Project description
A Django app for handling github users and repos.
Installation
To get the latest stable release from PyPi
$ pip install django-octocat
To get the latest commit from GitHub
$ pip install -e git+git://github.com/Celc/django-octocat.git#egg=github
Add github to your INSTALLED_APPS
INSTALLED_APPS = (
...,
'github',
)
Add the github URLs to your urls.py
urlpatterns = patterns('',
...
url(r'^app-url/', include('github.urls')),
)
Don’t forget to migrate your database
./manage.py migrate github
Usage
TODO: Describe usage or point to docs. Also describe available settings and templatetags.
Contribute
If you want to contribute to this project, please perform the following steps
mkvirtualenv django-octocat -r requirements.txt
python setup.py develop
Add code, write test, send pull request.
$ git add . && git commit $ git push -u origin feature_branch # Send us a pull request for your feature branch
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-octocat-0.1.0.tar.gz.
File metadata
- Download URL: django-octocat-0.1.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
416d9fb3e8b26984201d04cbc003d7e778474ce00661b0448d3cdd94795f8119
|
|
| MD5 |
cffba432db039a5cc69587c54bbc202b
|
|
| BLAKE2b-256 |
fe4731bee2afee32f332cbf3c370705c3a8a445f56b6ba027b11e9d66375ae81
|