Heroku Run Python Manage.py Migrate

#Make sure you have committed migrations file. then run

heroku run python manage.py migrate
MitchAloha