fix: http pro lokalni vyvoj

This commit is contained in:
Jarmil 2019-09-24 16:11:11 +02:00
parent 0dffa72344
commit f3422771a2
1 changed files with 3 additions and 3 deletions

View File

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