Merge branch 'devel' into 'master'

Allow all

See merge request oliver/ivatar!53
This commit is contained in:
Oliver Falk
2018-09-24 13:06:42 +02:00

View File

@@ -9,13 +9,7 @@ from django.urls import reverse_lazy
from ivatar.settings import BASE_DIR
ADMIN_USERS = []
ALLOWED_HOSTS = [
'localhost',
gethostname(),
gethostbyname(gethostname()),
'.openshiftapps.com',
'127.0.0.1',
]
ALLOWED_HOSTS = [ '*' ]
from ivatar.settings import INSTALLED_APPS # noqa
INSTALLED_APPS.extend([