/django-backbone-example

Sample application to show how to use Django and Backbone.js together.

Primary LanguagePython

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://github.com/joshbohde/django-backbone-example.git
cd django-backbone-example/backbone_example
pip install -r requirements.txt
./manage.py syncdb --noinput
./manage.py runserver