mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 02:19:59 +03:00
6 lines
156 B
Python
6 lines
156 B
Python
from django.apps import AppConfig
|
|
|
|
class WatchpartyConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.watchparty'
|