Gallery-Archivist/backend/api/user/apps.py

7 lines
144 B
Python
Raw Permalink Normal View History

2025-01-28 22:05:10 +01:00
from django.apps import AppConfig
class UserConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "api.user"