website/hub/servicebroker/apps.py

7 lines
158 B
Python
Raw Normal View History

2025-01-27 17:42:40 +01:00
from django.apps import AppConfig
class ServicebrokerConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "servicebroker"