Re: syncdb dry run

2009-02-06 Thread tow
Thanks for pointing me at this. I'll try out the patch if I get the chance. Toby Russell Keith-Magee wrote: > On Wed, Feb 4, 2009 at 11:57 PM, tow wrote: > > > > Is there a way to do a dry run of "manage.py syncdb", to see what sql > > commands it's about to execute? > > > > "./manage.py sqlall

Re: syncdb dry run

2009-02-04 Thread Russell Keith-Magee
On Wed, Feb 4, 2009 at 11:57 PM, tow wrote: > > Is there a way to do a dry run of "manage.py syncdb", to see what sql > commands it's about to execute? > > "./manage.py sqlall" isn't good enough for my purposes because > > 1) I have to specify the list of applications myself > (although it's easy

syncdb dry run

2009-02-04 Thread tow
Is there a way to do a dry run of "manage.py syncdb", to see what sql commands it's about to execute? "./manage.py sqlall" isn't good enough for my purposes because 1) I have to specify the list of applications myself (although it's easy enough to write a wrapper which will walk across INSTALLED