Web APIs for Django. 🎸
Go to file
2011-01-12 12:34:57 +00:00
src Various cleanups 2011-01-12 12:34:57 +00:00
.hgignore Added tests 2010-12-30 01:02:11 +00:00
README.txt Added tests 2010-12-30 01:02:11 +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