Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-octocat-0.1.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page