Skip to content

lincank/tastypie-backbone-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone With Django-Tasypie Todo

This is an extended example from backbone-sass-todo which use browser's localstorage instead of database.

This Todo web app example isto show how to make Backbone interact with Tastypie with its RESTfull API, and therefore, the database.

Prerequisite

  • Python of course:)
  • Django
  • Tastypie
  • Any database you would like to use

Usage

  • Configue Django: setting.py, such as database settings
  • Create the database you would like to use, and use python manage.py syncdb to create the basic structure
  • Make sure Django and Tastypie works

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published