Good article also here: http://pankrat.github.io/2015/django-migrations-without-downtimes/
The following instructions describe a set of processes allowing you to run Django database migrations against a production database without having to bring the web service down.
Note that in the below instructions, migrations are all run manually at explicit points, and are not an automatic part of the deployment process.