教程模块

This commit is contained in:
2025-03-03 22:10:45 +08:00
parent fd46f49c20
commit d3ffd27f00
14 changed files with 161 additions and 11 deletions

View File

@@ -42,7 +42,9 @@ INSTALLED_APPS = [
"django.contrib.staticfiles",
"ninja",
"corsheaders",
"django_extensions",
"account",
"tutorial",
]
MIDDLEWARE = [