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
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
2 matches
Mail list logo