Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bohde/django-backbone-example

Sample application to show how to use Django and Backbone.js together.
https://github.com/bohde/django-backbone-example

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Django Backbone Example
-----------------------

This is an example application using Django, with the help of [django-tastypie](https://github.com/toastdriven/django-tastypie), and [backbone.js](https://github.com/documentcloud/backbone). 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://[email protected]/joshbohde/django-backbone-example.git
cd django-backbone-example/backbone_example
pip install -r requirements.txt
./manage.py syncdb --noinput
./manage.py runserver