As I mentioned in my initial post, I've tried that. I stored the main models.py in a subdirectory of my DjangoRoot called Static.
Then, I created a directory for each app, and included in it a simple models.py file which just said: from DjangoRoot.Static.models import * This did not work. Django does not process these imported models. But yes, if I could make this work, it would be an acceptable solution. --Mark On 3/12/07, akonsu <[EMAIL PROTECTED]> wrote: > > yes, i was thinking that may be models.py might import actual models > from elsewhere? if it can you will still have separate one-line > models.py but i think it is acceptable. no? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---