Allow all hosts

This commit is contained in:
keannu125 2023-03-10 23:21:02 +08:00
parent c90bd77ff4
commit c5de71b630

View file

@ -28,7 +28,7 @@ SECRET_KEY = os.environ.get('SECRET_KEY')
# 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