Allow all hosts
This commit is contained in:
@@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-pumnq#4_u6%i*4-@8qqmup7xwtbc&lhn_ym4u%!vd437i$k+-o
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
||||
# Application definition
|
||||
|
||||
Reference in New Issue
Block a user