Web APIs for Django. 🎸
Go to file
tom christie tom@tomchristie.com 110bf85aeb ./flywheel/emitters.py
2011-01-27 22:00:34 +00:00
docs ./flywheel/emitters.py 2011-01-27 22:00:34 +00:00
examples Login/Logout and FlyWheel API link in HTML emitter - Add templates, quote next value, only use login/logout if settings.LOGIN_URL and settings.LOGOUT_URL are in urlconf 2011-01-27 21:19:25 +00:00
flywheel ./flywheel/emitters.py 2011-01-27 22:00:34 +00:00
.hgignore Added pygments_api example 2011-01-26 08:58:09 +00:00
README.txt Mostly improving documentation 2011-01-17 17:34:58 +00:00
requirements.txt Initial commit of all files to the repository. 2010-12-29 19:37:57 +00:00

# To install django-rest-framework...
#
# Requirements:
#   python2.6
#   virtualenv

hg clone https://tomchristie@bitbucket.org/tomchristie/django-rest-framework
cd django-rest-framework/
virtualenv --no-site-packages --distribute --python=python2.6 env
source ./env/bin/activate
pip install -r ./requirements.txt
python ./src/manage.py test

# To build the documentation...

sphinx-build -c docs -b html -d cache docs html