Heroku Run Python Manage.py migrate

#Make sure you have committed migrations file. then run

heroku run python manage.py migrate
MitchAloha