pandora/pandora/websocket/apps.py

8 lines
151 B
Python

from django.apps import AppConfig
class WebsocketConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = 'websocket'