dtotheb/Django-BackBone-test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Sample project for managing Contacts
Built using a mix of frameworks:
Django 1.4 with
Tastypie api for easy RESTful urls
Backbone.js & underscore.js for
Setup steps(assuming virtualenv):
pip install -r requirements.txt
./manage.py syncdb
./manage runserver
Login at http://localhost:8000/admin
Goto http://localhost:8000/contacts/backbone for the Backbone powered interface