mirror of
https://github.com/MarcZierle/photo-log-backend.git
synced 2025-01-04 05:37:58 +00:00
7 lines
150 B
Python
7 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WebsocketConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'websocket'
|