$ python manage.py sqlall yourappname

prints out all the database tables associated with yourapp.

Note that it is not actually create the tables.

To commit, use

$ python manage.py syncdb

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer