On Sep 16, 2:56 pm, Thomas <thomas.e.rectenw...@gmail.com> wrote: > Thanks. I haven't heard of Django Evolution. Just searched for it on > Google; it sounds exactly like what I'm looking for. In the meantime, > I've found 'python manage.py inspectdb <application>' which helps a > lot. It seems to general model classes by inspecting the DB the app. > is connected to in settings.py. This helps a lot, both as a learning > tool for how to write model classes, and as a way of putting in a > correct class if you tend to do things the way I do, i.e. backwards... > SQL heavy. I think I'll give Django Evolution a try.
You might also want to try south, which aims to solve the same problems as django-evolution, but with a slightly different approach. http://south.aeracode.org/ -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---