Hi sanjay,
Thanks for your reply,here is how I did it this way
$(function(){
// event object
var vent=_.extend({},Backbone.Events)
// the model
var myModel=Backbone.Model.extend();
// the model collection
var myModelCollection=Backbone.Collection.
Hi,
On Thu, May 29, 2014 at 3:07 PM, Eddilbert Macharia wrote:
> Hi All,
>
> i am using django-tastypie to return django models as json object.
>
> when i run the following code
>
> var org = Backbone.Model.extend({
>
>urlRoot: 'api/orgnanization/',
> });
>
>
> var
2 matches
Mail list logo