Re: Initial data for models splitted across multiple files

2006-11-30 Thread Mikko Suniala
On Thu, 30 Nov 2006, Russell Keith-Magee wrote: > Sounds like a bug in the way that manage.py discovers the module in which > the sql files are located. This is entirely possible, as the 'split models > across files' approach isn't the common use case for Django models. Ok. Since the recipe

Initial data for models splitted across multiple files

2006-11-29 Thread Mikko Suniala
Greetings, I did a quick search but found nothing about this issue. I have splitted my models across multiple files as described in http://code.djangoproject.com/wiki/CookBookSplitModelsToFiles. The manager action "sqlinitialdata" did not seem to find my sql files. After some investigation I