Initial commit, setup database

This commit is contained in:
2024-01-26 01:31:14 +01:00
commit 2d3eea114a
16 changed files with 1673 additions and 0 deletions

6
sncfgtfs/apps.py Normal file
View File

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