Commit b52bf9f2 by qinjiaxin

allowed_hosts=[*]

parent 385cf781
......@@ -25,10 +25,7 @@ SECRET_KEY = 'kr+wvdy**md-9@y5w-3u&vc670inr7=q6x8qdtizs!o48a%@%n'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = [
'192.168.243.91',
'192.168.2.240'
]
ALLOWED_HOSTS = ["*"]
# Application definition
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment