website/hub/servicebroker/apps.py

7 lines
162 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"
2025-01-30 11:23:25 +01:00
name = "hub.servicebroker"