This is an extended example from backbone-sass-todo which use browser's localstorage instead of database.
This Todo web app example isto show how to make Backbone interact with Tastypie with its RESTfull API, and therefore, the database.
- Configue Django:
setting.py
, such as database settings - Create the database you would like to use, and use
python manage.py syncdb
to create the basic structure - Make sure Django and Tastypie works