fix(菜单管理): 🐛 菜单管理

菜单管理搜索问题
This commit is contained in:
猿小天
2023-03-16 22:38:38 +08:00
parent b430086916
commit 54fa8cf01c
6 changed files with 35 additions and 5 deletions

View File

@@ -259,6 +259,9 @@ LOGGING = {
# ================================================= #
REST_FRAMEWORK = {
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.JSONParser',
),
"DATETIME_FORMAT": "%Y-%m-%d %H:%M:%S", # 日期时间格式配置
"DATE_FORMAT": "%Y-%m-%d",
"DEFAULT_FILTER_BACKENDS": (