This commit is contained in:
2024-01-27 15:28:26 +01:00
parent b6da0c54f7
commit b045ebd034
7 changed files with 144 additions and 0 deletions

6
sncf/api/apps.py Normal file
View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class ApiConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "sncf.api"