From c7629dd64d536fa93efca01b629d28fc3679c504 Mon Sep 17 00:00:00 2001 From: Alexander Kondratyev Date: Wed, 22 Mar 2017 21:56:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/settings.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/settings.py b/app/settings.py index d31bcfa..3f1ff8b 100644 --- a/app/settings.py +++ b/app/settings.py @@ -17,12 +17,12 @@ SECRET_KEY = '=%%a@whz46w1#=8ffk^a+8vya5fg-kz0ztyz!_@hdg-(5a9q+s' # SECURITY WARNING: don't run with debug turned on in production! # Prod -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = False -# ALLOWED_HOSTS = [ -# '.zuykov.com', # Allow domain and subdomains -# '.zuykov.com.', # Also allow FQDN and subdomains -# ] +ALLOWED_HOSTS = [ + '.zuykov.com', # Allow domain and subdomains + '.zuykov.com.', # Also allow FQDN and subdomains +] # Dev # DEBUG = True