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