添加依赖关系,后端优先,成功之路!
This commit is contained in:
parent
5ce3960dee
commit
a2689bde56
@ -37,6 +37,7 @@ SECRET_KEY = "django-insecure-$r6lfcq8rev&&=chw259o$0o7t-!!%clc2ahs3xg$^z+gkms76
|
|||||||
DEBUG = bool(int(_config["BASE"].get("DEBUG", "1")))
|
DEBUG = bool(int(_config["BASE"].get("DEBUG", "1")))
|
||||||
|
|
||||||
ALLOWED_HOSTS = ["*"]
|
ALLOWED_HOSTS = ["*"]
|
||||||
|
CSRF_TRUSTED_ORIGINS = ["http://110.40.30.95:10008"]
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user