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