Invalid HTTP_HOST header: 'hoge.herokuapp.com'. You may need to add 'hoge.herokuapp.com' to ALLOWED_HOSTS.
ALLOWED_HOSTS = ['*']
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'任意のページ名',
]
'DIRS': [BASE_DIR, 'templates'],