Hi Mikah, On Wed, 2006-05-10 at 23:29 -0700, mazurin wrote: > Malcolm and Adrian, > > Thanks so much for your quick replies! I thought of that, but I > didn't know if it was the Djangoic way of doing it.
You're welcome. :-) > Follow up question -- are _all_ the files in the sql/ directory > executed, or just those that have the same names as the models? Just those that match the model class names. And to head off a related question: the order they are executed in is, as far as I can see, arbitrary; the only guarantee is that all the tables for all the models will already have been created. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

