Migrate databases from local django to heroku Migrate databases from local django to heroku heroku heroku

Migrate databases from local django to heroku


You must run makemigrations locally, then commit those generated migration files to git. Heroku will run then automatically when you deploy.