教程模块

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

4
tutorial/admin.py Normal file
View File

@@ -0,0 +1,4 @@
from django.contrib import admin
from .models import Tutorial
admin.site.register(Tutorial)