allow all hosts

This commit is contained in:
Benni Bärmann 2020-11-05 10:04:56 +01:00
parent 36562f5855
commit 388d850f39
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ SECRET_KEY = '*&7p9#_n$@^%0z49s+7jpy@+j1rw_hqh05knyd6y2*!0)r&b6h'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition