弹幕接口和历史接口

This commit is contained in:
shineahead
2022-04-16 16:36:15 +08:00
commit 7aebca78d0
38 changed files with 638 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.contrib import admin
from .models import Comments
# Register your models here.
admin.site.register(Comments)