Dugan Chen's Homepage

Various Things

Django, Tastypie, Generic Foreign Keys and Backbone

I’m going to show you how to implement, in Django, a tagging database and a web service to query it. By the time we’re done, our web service will also be usable from an unmodified copy of Backbone.js. Requirements Our system will have pages, posts and tags. Tags can be attached to either pages or posts. This data […]