Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

jogi/backbone-tastypie-requirejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Django+Backbone.js+Require.js Example

This is an example application using Django, with the help of django-tastypie, backbone.js, icanhaz.js and require.js. It is based on the awesome django-backbone-example by Josh Bohde. I have just taken his example and modified for the purpose of the demonstration.

Running locally

Preferably in a virtualenv, run the following commands:

git clone https://jvashishtha@github.com/jvashishtha/backbone-tastypie-requirejs.git
cd backbone-tastypie-requirejs/backbone_example
pip install -r requirements.txt
./manage.py syncdb --noinput
./manage.py runserver

This project uses grunt for building. So go to grunt-bbb for more info on how to do a build. Here's what I did:

npm install -g grunt
npm install -g bbb
bbb debug
bbb release

That's it. Run the above runserver command and open up the project.

About

Backbone.js + require.js + django-tastypie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published