diff --git a/common/settings.py b/common/settings.py index 6a4768e..d031d8d 100644 --- a/common/settings.py +++ b/common/settings.py @@ -25,7 +25,7 @@ print(BASE_DIR) # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['eds.webzos.net', 'localhost'] # Application definition