Skip to content

bohde/django-backbone-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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://joshbohde@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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages