Skip to content

Instantly share code, notes, and snippets.

@erzr
erzr / gist:4028975
Created November 7, 2012 01:28
Backbone.js and Django-Tastypie Autocomplete
var app = app || {};
app.models = app.models || {};
app.collections = app.collections || {};
app.views = app.views || {};
(function($, window) {
(function(models) {
models.Tag = Backbone.Tastypie.Model.extend({
urlRoot: '/api/v1/tag/'