This commit is contained in:
shineahead
2022-05-05 22:23:25 +08:00
parent 018c67c0b1
commit c8e35b0e1e
15 changed files with 321 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.contrib import admin
from .models import Works
# Register your models here.
admin.site.register(Works)