From aa13b5cf07715f0829de044b136517f150815a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Sun, 15 May 2022 15:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=8F=98=E5=8C=96:=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=B3=A8=E5=86=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/application/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/application/settings.py b/backend/application/settings.py index cfb601f..c8ce5e9 100644 --- a/backend/application/settings.py +++ b/backend/application/settings.py @@ -366,7 +366,6 @@ SYSTEM_CONFIG = {} # 字典配置 DICTIONARY_CONFIG = {} - # ================================================= # # ******************** 插件配置 ******************** # # ================================================= # @@ -376,6 +375,7 @@ TENANT_SHARED_APPS = [] PLUGINS_URL_PATTERNS = [] # ********** 一键导入插件配置开始 ********** # 例如: -# from dvadmin_upgrade_center.settings import * # 升级中心 -# from dvadmin_celery.settings import * # celery 异步任务 +# from dvadmin_upgrade_center.settings import * # 升级中心 +# from dvadmin_celery.settings import * # celery 异步任务 +# ... # ********** 一键导入插件配置结束 **********