On 3/17/06, Mike <[EMAIL PROTECTED]> wrote:
> Here's what I think Django needs:
>
> A utility which analyzes both the DB Schema *and* the python model.
> The output will be a 'suggested' revision to the model  which will
> retain everything which has not changed, comment out items which have
> been deleted, and best guesses at what needs to be added.  Further, it
> should be practical to guarantee that the 'suggested' code works.
> [There is already a start on this with 'django-admin.py inspectdb'.]

Hey Mike,

Welcome to the Django community, and thanks for the note!

There have been *several* discussions about adding such a feature, and
even a few attempts at implementing it. Database schema changes are a
hard problem to automate, so we haven't come up with anything perfect
enough yet. Specific ideas and implemenations are definitely welcome.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to