On 4/10/06, Fawad Halim <[EMAIL PROTECTED]> wrote: > I was trying to port an existing (0.91) app to the m-r branch, and found > that apparently, the m-r branch requires the models to reside in > models.py directly under the app directory
The only restriction I'm aware of is that there needs to be something importable in Python by 'projectname.appname.models'. Whether that's a file called 'models.py' or a directory called 'models' is up to you; 'manage.py startapp' generates a single 'models.py' file, but that's not indicative of any restrictions on what you can do by manually creating directories and files. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

