website/hub/broker/apps.py

7 lines
148 B
Python
Raw Permalink Normal View History

2025-01-31 15:34:10 +01:00
from django.apps import AppConfig
class BrokerConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "hub.broker"