On 5/26/07, ringemup <[EMAIL PROTECTED]> wrote:
>
> Obviously, this doesn't *really* matter, but I'm looking for best
> practices:
>
> Where would you recommend putting the code for a custom form class?
> In views.py?  In models.py?  In a separate forms.py?

Personally, I've been putting forms in forms.py. Ultimately, it
doesn't really matter where you put them, but forms.py is a reasonably
obvious location.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to