Added models to represent GTFS

This commit is contained in:
Johannes Randerath
2024-06-01 00:19:10 +02:00
parent a61334bc59
commit 0a196d6b15
4 changed files with 346 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'pt_map.apps.PtMapConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',