1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-03 08:35:16 +00:00
2025-06-16 14:54:42 +02:00

7 lines
138 B
Python

from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "api"