data is not saved in admin

4 views
Skip to first unread message

Bishal adhikari

unread,
Oct 30, 2019, 4:27:54 PM10/30/19
to Django users
def pure(request):
form_dj = new()
if request.method=="POST":
form_dj=new(request.POST)
context={
"form":form_dj
}
return render(request,"new/new1.html",context)
everything is good but when i opened the admin the data is not saved there help me

Reply all
Reply to author
Forward
0 new messages