mmcardle / django_builder

Django Builder Site
MIT License
607 stars 125 forks source link

Model2Form in forms.py #171

Open MiBSchmidt opened 1 year ago

MiBSchmidt commented 1 year ago

Hello, All my classes in the forms.py have the following init function:

  def __init__(self, *args, **kwargs):
        super(Model2Form, self).__init__(*args, **kwargs)

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

mmcardle commented 1 year ago

Hi @MiBSchmidt

I think you found a bug, will try to update

mmcardle commented 1 year ago

Looks like an issue with the last deploy, hopefully should be fixed now