Modelform Has No Attribute Get
I´m getting a ModelForm has no attribute 'get' error on my Django 1.8 Project. I´ve read similar questions on the topic but I haven´t found any solutions: django 'User' object h
Solution 1:
You've pointed your URL to addPatient
, but that's the form. The view is add_patient
.
Post a Comment for "Modelform Has No Attribute Get"