完成一个基本的弹幕功能

This commit is contained in:
2025-12-31 09:01:57 +08:00
commit 81d0dd0f07
28 changed files with 2386 additions and 0 deletions

6
activity/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ActivityConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'activity'