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.
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:'',
2 matches
Mail list logo