Jorge Godoy wrote: > This approach is also interesting to reuse widgets. One can have a 'forms.py' > file -- as we have 'model.py' -- and just import the desired forms / classes. >
+1 That's another thing I was thinking about, maybe widgets.py since it's more generic and you wouldn't use only forms. Ciao Michele

