diff --git a/config.py b/config.py index 63d1a9e..870f0c7 100644 --- a/config.py +++ b/config.py @@ -12,6 +12,7 @@ ALLOWED_HOSTS = [ 'localhost', gethostname(), gethostbyname(gethostname()), + '.openshiftapps.com', ] from ivatar.settings import INSTALLED_APPS # noqa