https://devcenter.heroku.com/articles/django-app-configuration
settings.py
import django_heroku .... .... # Activate Django-Heroku django_heroku.settings(locals())
And when I run it with debug mode in local web app, it's running well.
But it always shows error when I deploy it to Heroku.
"relation "auth_user" does not exist"