Where to put form definitions?

2009-06-25 Thread Technicalbard
My reading of the documentation isn't clear on where form definitions could or should be defined. Is it better to define forms inside an apps views.py file, or should I put the form definitions into a separate forms.py file and import it into the views as necessary? The latter seems more reusabl

Re: Where to put form definitions?

2009-06-25 Thread Alex Gaynor
On Thu, Jun 25, 2009 at 12:12 PM, Technicalbard wrote: > > My reading of the documentation isn't clear on where form definitions > could or should be defined. Is it better to define forms inside an > apps views.py file, or should I put the form definitions into a > separate forms.py file and imp