Skip to content

dtotheb/Django-BackBone-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Django-Tastypie + backbone.js example project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published