弹幕接口和历史接口

This commit is contained in:
shineahead
2022-04-16 16:36:15 +08:00
committed by ladeng07
parent 3c0c328fae
commit febe17d539
35 changed files with 575 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class CommentsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'comments'