重构数据

This commit is contained in:
2025-03-07 00:06:56 +08:00
parent 317f29b486
commit c95dafe14d
32 changed files with 219 additions and 215 deletions

5
task/admin.py Normal file
View File

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