On Tue, 2008-07-01 at 00:09 -0700, KevinTran wrote:
> So that means that the tables are correct right? 

Yes, they're fine. It's just a subtle difference between what "manage.py
sql ..." and "manage.py sqlall ..." prints out. When you run "manage.py
syncdb", it will use the "sqlall" equivalent.

>  Is there a way to
> control the order of the table creation?

No. You don't need to. Django makes sure that the right "ALTER TABLE..."
commands are run later to add cross-references that are needed.

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 django-users@googlegroups.com
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