0.8.2 mit localhost

This commit is contained in:
holger.trampe 2020-03-26 19:00:28 +01:00
parent 06b54b6ae0
commit 77a18cadb0
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ SECRET_KEY = '_qv2t2lmsctjxpbb4rrp=op%_20_hxzonv^mvty1o85c)l$s^q'
# 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 = ['digitale-agentur.com', 'www.digitale-agentur.com', 'localhost'] ALLOWED_HOSTS = ['digitale-agentur.com', 'www.digitale-agentur.com', 'localhost', 'dev01.digitale-agentur.com']