Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days ago
JSON representation
Sample application to show how to use Django and Backbone.js together.
- Host: GitHub
- URL: https://github.com/bohde/django-backbone-example
- Owner: bohde
- Created: 2010-11-26T01:51:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T17:30:34.000Z (over 3 years ago)
- Last Synced: 2024-07-31T22:51:21.222Z (3 months ago)
- Language: Python
- Homepage: http://joshbohde.com/blog/backbonejs-and-django
- Size: 53.7 KB
- Stars: 258
- Watchers: 18
- Forks: 36
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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