diff --git a/labhelper/settings.py b/labhelper/settings.py index 8cb2532..b7b7950 100644 --- a/labhelper/settings.py +++ b/labhelper/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-t1kymy8ugqnj$li2knhha0@gc5v8f3bge=$+gbybj2$jt28uqm # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["10.1.141.255","labhelper.adebaumann.com"] # Application definition