On 5/21/07, Bram - Smartelectronix <[EMAIL PROTECTED]> wrote: > > hey everyone, > > I successfully cut up my models.py into different files, so now I have: ... > to make things simpler. In all my models I have: > > class Meta: > app_label = 'myapp' > > Now I have one problem: my initial SQL isn't executed anymore.
The directory name for initial SQL is slightly different if you split your models over multiple files. More details here: http://code.djangoproject.com/wiki/CookBookSplitModelsToFiles 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 [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?hl=en -~----------~----~----~----~------~----~------~--~---

