forked from Yaxin/TP_API
1
0
Fork 0

6.15update2

master
xfc 2 years ago
parent 343bbdb923
commit bcd37fa530

@ -161,7 +161,7 @@ REST_FRAMEWORK = {
}
# 配置日志
LOG_DIR = os.path.join(BASE_DIR, 'logs')
LOG_DIR = os.path.join(BASE_DIR, 'logs/')
LOGGING = {
'version': 1, # 保留字
'disable_existing_loggers': False, # 是否禁用已经存在的日志实例

@ -18,4 +18,3 @@ class ModelQuery(viewsets.ModelViewSet):
# 条件筛选
filterset_class = SerialFilter

Binary file not shown.

@ -1,2 +0,0 @@
import os
LOG_DIR = os.path.dirname(os.path.abspath(__file__))
Loading…
Cancel
Save