fix: http pro lokalni vyvoj
This commit is contained in:
parent
0dffa72344
commit
f3422771a2
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue