Allow all

This commit is contained in:
Oliver Falk
2018-09-24 13:02:01 +02:00
parent d3a8ecae0c
commit b2245ba8d1

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([