Re: django requires db access to dump sql that it would use in syncdb

2007-12-18 Thread Malcolm Tredinnick
On Mon, 2007-12-17 at 09:45 -0800, msoulier wrote: > I'm trying to write db initialization code for an existing db > framework on a product that I work on. To do this I'm "asking" django > to show SQL that it would use to create its db, so I can copy it into > the initialization code. > > I can'

django requires db access to dump sql that it would use in syncdb

2007-12-17 Thread msoulier
I'm trying to write db initialization code for an existing db framework on a product that I work on. To do this I'm "asking" django to show SQL that it would use to create its db, so I can copy it into the initialization code. I can't though, as I haven't created the db yet, and for some reason i