On Mon, Sep 26, 2011 at 12:13 AM, Xavier Ordoquy <[email protected]> wrote: > Hi, > Database will be better designed if you let django orm create them first and > you add your tuning after. > However, you can still work with non Django generated database. > django-extensions application even provides an inspectdb that will guess > most of your models from the database schema.
Erm... *Django* provides inspectdb, not django-extensions. It's part of Django's core. Yours, 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?hl=en.

