Update This is why Phython is not (as good as) LISP authored by Martin Pollet's avatar Martin Pollet
```
```python
def get_generalformclass(modelclass):
class GeneralForm(ModelForm):
def __init__(self, *args, **kwargs):
......
......