change allowed hosts -> '*'

master/v0.1.0
TBS093A 2020-10-09 15:37:31 +02:00
parent 71bfb4552a
commit 3cbfcc2cdd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ SECRET_KEY = ')o!ecewa-#m^$l$qy*pb)l&$swgt*xx8#j#hm3&2%^t#w-tqwu'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition