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 = ""