Allow OpenShift

This commit is contained in:
Oliver Falk
2018-06-12 09:25:06 +02:00
parent 51b7eaa942
commit a0fa883738

View File

@@ -12,6 +12,7 @@ ALLOWED_HOSTS = [
'localhost',
gethostname(),
gethostbyname(gethostname()),
'.openshiftapps.com',
]
from ivatar.settings import INSTALLED_APPS # noqa