From 19fc23808cfef7265bc8b905d676ffda82a55bbd Mon Sep 17 00:00:00 2001 From: Artyom Kravchenko Date: Thu, 8 Apr 2021 15:39:47 +0300 Subject: [PATCH] test nginx --- access_controller/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access_controller/settings.py b/access_controller/settings.py index 020480d..cee5805 100644 --- a/access_controller/settings.py +++ b/access_controller/settings.py @@ -24,7 +24,7 @@ SECRET_KEY = 'v1i_fb$_jf2#1v_lcsbu&eon4u-os0^px=s^iycegdycqy&5)6' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['127.0.0.1'] # Application definition