On 12/30/05, aaloy <[EMAIL PROTECTED]> wrote:
> OK. That should be the problem!
> It would be nice to have an option to generate these inserts also..

There is.  :-)

django-admin.py sqlall model_module_goes_here

or just

django-admin.py sqlinitialdata model_module_goes_here

If you don't need everything it spits out, just cherry-pick the
relevant lines out for your model/table.

Reply via email to