some improvement

This commit is contained in:
2025-05-08 03:23:45 +02:00
parent 25fd30a0c3
commit b4330c0362
10 changed files with 29 additions and 2 deletions

6
app/watch_party/apps.py Normal file
View File

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