添加依赖关系,后端优先,成功之路!

This commit is contained in:
张建平 2025-02-27 15:38:23 +08:00
parent 5ce3960dee
commit a2689bde56

View File

@ -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