From 359aa290eac8600eaae68e1a3d5a644542cf26b8 Mon Sep 17 00:00:00 2001 From: alazo Date: Tue, 6 Jun 2017 12:02:23 +0200 Subject: [PATCH] allowed_hosts --- common/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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