On 2/11/08, msoulier <[EMAIL PROTECTED]> wrote:
> When I ran sqlall with apps that have initial_data.json files, which
> syncdb does respect, the SQL for these were not dumped.

That's because fixtures -- i.e. "initial_data.json" -- aren't SQL;
they're loaded using a different mechanism. The initial SQL that
sqlall generates is the same SQL generated by "sqlcustom":
http://www.djangoproject.com/documentation/django-admin/#sqlcustom-appname-appname

Jacob

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to