settings.template.py

main
Michael Murtaugh 1 week ago
parent 4cc904534a
commit d320f23bb6

@ -24,7 +24,7 @@ SECRET_KEY = 'django-insecure-nn7mvrgu6de^%z&6t1usgaji_*59z*v+230tluec-h4fw*n(%i
# 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
DEPLOY = True DEPLOY = False
if DEPLOY: if DEPLOY:
ALLOWED_HOSTS = ['xpub.nl'] ALLOWED_HOSTS = ['xpub.nl']

Loading…
Cancel
Save