Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I read the documentation today and it's actually very straightforward and in some ways easier than managing migrations using South.

Essentially, you'll run a single initial/fake migration at the outset, after which the manage.py syntax is almost identical to that of South. The big win from my perspective is that excluding an app name from the migration commands results in all apps being migrated.

https://docs.djangoproject.com/en/dev/topics/migrations/



So is this going to be like a squash - ie we'll have to make sure all of our systems are running the latest schema before doing this?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: