1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-06-19 17:45:20 +00:00
2025-06-05 18:36:37 +02:00

7 lines
138 B
Python

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