i think he means like this:

+application
    |
    +-part1
    |    |
    |   +-models.py
    |
    +-part2
    |    |
    |   +-models.py
    |
    +-urls.py
    |
    +-views.py


On Sep 25, 4:01 pm, Stephen Sundell <[EMAIL PROTECTED]> wrote:
> I am trying to create one application with multiple modules in it.
> What I have now is an application directory with multiple directories
> each with its own models.py file.  If I include the application in the
> settings file and run validate it checks the models, but syncdb
> doesn't add them to the database.  I really was just looking for a way
> to separate models into different modules or files within the same
> application.  Is this possible?
>
> Thank you in advance for you're help.
--~--~---------~--~----~------------~-------~--~----~
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