Re: using existing database with django

2013-01-30 Thread Carlos Daniel Ruvalcaba Valenzuela
Yes, django can actually look at the DB schema and generate reasonable models from it, check the inspectdb command docs: https://docs.djangoproject.com/en/1.4/ref/django-admin/#inspectdb You can also slowly modernize and existing DB, for example, the field names or model names does not have to ma

using existing database with django

2013-01-30 Thread arc4gold
I have an existing database but I would like to design around that database using django...can I do this without altering the database in anyways significantly? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and