heroku menjalankan python manager.py migrasi

#Make sure you have committed migrations file. then run

heroku run python manage.py migrate
MitchAloha