The common convention seen on Django code and 3rd party apps is to have a forms.py inside the app dir.
But It doesn't matter because Django doesn't enforce a particular file name for this, you're free to organize your code tree as you like. Keep in mind that Django is just Python, so if you're new to Python you may want to understand how Python modules and imports work. Then you will be comfortable on designing your code structure. On Nov 3, 5:20 pm, Nick Arnett <nick.arn...@gmail.com> wrote: > I find myself frequently frustrated by examples and tutorials that include > code snippets that don't identify where they live. In particular, I haven't > quite figured out where forms usually are defined and then where they need > to be imported. > > I see that forms sometimes are in a file called forms.py... but somewhere > I'd expect to then see an import statement along the lines of "from > mysite.forms import *". If I use forms.py for my forms, where does that > file need to be imported? > > Thanks, > > Nick --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---