Django Backbone Example
This is an example application using Django, with the help of django-tastypie, and backbone.js. Because everyone needs to write a Twitter clone, it is a Twitter clone.
Running locally
Preferably in a virtualenv, run the following commands:
git clone https://[email protected]/joshbohde/django-backbone-example.git
cd django-backbone-example/backbone_example
pip install -r requirements.txt
./manage.py syncdb --noinput
./manage.py runserver