Django Migrations – A Primer – from Real Python(realpython.com)
realpython.com
Django Migrations – A Primer – from Real Python
https://realpython.com/blog/python/django-migrations-a-primer#.U81JalLtMXI.hackernews
https://realpython.com/blog/python/django-migrations-a-primer#.U81JalLtMXI.hackernews
one thing - so you just blow away your old migrations? is there a way to save them in case we need to revert? seems like this is a little different than it was w/ south.