allow any hostname to be used in connections (only intended for debugging)

This commit is contained in:
Jan Koppe 2020-04-20 18:56:55 +02:00
parent 70ccad1d46
commit 0643a94523
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ SECRET_KEY = '-xcxbgd8w&w&nv0-e!5=kd%u5esjt07$h5*+$goica9nc$l!(9'
# 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 = [] ALLOWED_HOSTS = ['*']
# Application definition # Application definition