We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df639bb commit 18ba2d6Copy full SHA for 18ba2d6
1 file changed
Backend/Backend/settings/base.py
@@ -56,6 +56,7 @@
56
"corsheaders",
57
"drf_yasg",
58
"import_export",
59
+ # 自定义应用
60
]
61
62
SITE_ID = 1
0 commit comments