On Feb 24, 9:54 am, ggavy <gerarddev...@googlemail.com> wrote: > Thanks. It's good to get a little second opinion. I'm sure I'll make > the switch to migration tools eventually as things become a little > more involved. > > Cheers > gav
I think the only possible danger is that you might forget to toggle an option like IS NULL in pgadmin or use a slightly different field type and then when you deploy somewhere else and use syncdb, the db layout will be different, which may or may not be a problem. Having said that, I usually find pgadmin to be a bit easier to use and for small changes it's just fine. South will slow down unittests because all migrations have to be applied in sequence, and then you might want to reset history and that's a bit of hassle, too. -Rainyday -- 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.