From f3422771a20aaec624e885a2c8625d4e3007691f Mon Sep 17 00:00:00 2001 From: Jarmil Date: Tue, 24 Sep 2019 16:11:11 +0200 Subject: [PATCH] fix: http pro lokalni vyvoj --- src/main/settings_global.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/settings_global.py b/src/main/settings_global.py index 6d08df6..b7edbd8 100644 --- a/src/main/settings_global.py +++ b/src/main/settings_global.py @@ -26,13 +26,13 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = '-replace-this-in-install-settings-3243v432' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = False -DEBUG_LOCAL=False +DEBUG = True +DEBUG_LOCAL= True DEBUG_PROPAGATE_EXCEPTIONS = True LOG_INCOMING_REQUESTS = False ALLOWED_HOSTS = [] -HTTP_PROTOCOL = 'https' +HTTP_PROTOCOL = 'http' BASE_DOMAIN = "localhost" BASE_SUBDOMAIN = "" BASE_PORT = ""