Skip to content
Snippets Groups Projects
Commit 90825a55 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-138: when DEBUG=True, ALLOWED_HOSTS is automatically filled in by django:...

TMSS-138: when DEBUG=True, ALLOWED_HOSTS is automatically filled in by django: https://docs.djangoproject.com/en/3.0/ref/settings/#allowed-hosts
parent b186bf70
No related branches found
No related tags found
1 merge request!97Resolve TMSS-138
...@@ -77,7 +77,7 @@ SECRET_KEY = '-&$!kx$_0)u1x#zk9w^^81hfssaover2(8wdq_8n8n3u(8=-9n' # todo: ...@@ -77,7 +77,7 @@ SECRET_KEY = '-&$!kx$_0)u1x#zk9w^^81hfssaover2(8wdq_8n8n3u(8=-9n' # todo:
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['localhost'] ALLOWED_HOSTS = []
# Application definition # Application definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment