教程模块

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

6
tutorial/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class TutorialConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'tutorial'