Re: saving backbonejs model with django backend

2014-06-01 Thread Eddilbert Macharia
Hi, For anyone interested or stuck as i was this is what i did in my view and it started working,its not working optimamly as i wanted it to but its a working progress but its atleast saving to the database import json @csrf_exempt def saveFormDesign(request): data=request.body t=json.

saving backbonejs model with django backend

2014-05-30 Thread Eddilbert Macharia
Hi Guys, how do i save a backbone model in the database ?? here is how i have tried it and the errors i am getting, please assist , /* * * * the field model * * */ var fieldModel=Backbone.Model.extend({ defaults:{ name:'', type:'', placeholder:'',