laginha / backbone-cellar-django

a django based version of https://github.com/ccoenraets/backbone-cellar

Home Page:http://coenraets.org/blog/2011/12/backbone-js-wine-cellar-tutorial-%E2%80%94-part-3-deep-linking-and-application-states/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#README

This is an django version of the REST API supporting the backbone.js tutorial from Christophe Coenraets. All javascript code is his, and you may check the original repository here.

In his posts (part1, part2 and part3) he presents a slim based REST API. I just thought it would be nice to have a django version (and a rails one, too).

##Beware This is unfinished work. Known issues:

  1. After creating new wine, the data is not properly updated in the client-side.
  2. After deleting wine, the number of wines duplicate in the client-side view.

##Authors

  • Brecke
  • Laginha

Enjoy.

About

a django based version of https://github.com/ccoenraets/backbone-cellar

http://coenraets.org/blog/2011/12/backbone-js-wine-cellar-tutorial-%E2%80%94-part-3-deep-linking-and-application-states/


Languages

Language:Python 74.0%Language:JavaScript 26.0%