website/hub/services/apps.py

7 lines
152 B
Python
Raw Normal View History

2025-01-27 14:58:23 +01:00
from django.apps import AppConfig
class ServicesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
2025-01-30 11:23:25 +01:00
name = "hub.services"