On Thu, 2011-02-24 at 03:48 -0800, ggavy wrote: > I'd keep my models.py up-to-date with any changes I make > to the database (in case of future uses of the app). I haven't seen > anything online warning me not to do it, but the separation worries me > slightly
well, that is the way django does it (not exactly pgadmin, but psql), do not forget that South etc are third party apps. The way I do it is generate sql.all both before and after a change in a model, generate a diff and manually create an sql script to run. -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- 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.