On 3/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

hi list,

yet the table is not created.
calling manage.py sqlall myproject does the same thing.
any ideas?

The sql and sqlall commands are just printing the SQL to the console. They exist to help debug/preview exactly what is/will be done to the database when other commands are executed, and to provide a starting point for hand-tweaking SQL for legacy cases.

If you run 'manager.py install myproject', this will take the SQL output of sqlall, and actually commit it to the database.

Alternatively, you can take the output of sqlall, and manually pipe it into your sql shell (copy and paste contents into a sql prompt, or use a pipe/redirect at a command prompt).

Hope this helps,
Russ Magee %-)


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

Reply via email to