enroll app修改

This commit is contained in:
ygm1881
2022-04-21 21:38:06 +08:00
parent 1c8a148c84
commit 16b2e3cf8e
28 changed files with 336 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.contrib import admin
from .models import History
# Register your models here.
admin.site.register(History)