The forms.py was generated automatically and I haven't changed it
The problem is that there is no superclass called Model2Form in forms.py or in my project. This leads to an error when ever one of the classes inside the forms.py is called.
What is the Model2Form?
How do I solve this Problem?
Thx
Michael
Hello, All my classes in the forms.py have the following init function:
The forms.py was generated automatically and I haven't changed it The problem is that there is no superclass called Model2Form in forms.py or in my project. This leads to an error when ever one of the classes inside the forms.py is called. What is the Model2Form? How do I solve this Problem? Thx Michael