On 9/6/05, jws <[EMAIL PROTECTED]> wrote: > I'm loading existing data into a Django-created schema. I suppose there > are other workarounds, but that would seem to be the best solution. > > I'm having trouble finding where the sql is actually being composed. > Pointers?
See django/core/management.py for the CREATE TABLE statements, etc. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org
