transport-accessibility/transport_accessibility/api
Johannes Randerath f314bfb396 Got rid of bridge and fixed GTFS compliance
- Ported the bridge that was using a custom GTFS class and Pandas
  Dataframes to a native Django solution for and interface between db
  and csv (see api/io.py)
- Fixed some issues regarding the compliance of the exported csv files
  with the GTFS reference. I.e. now allowing times 24:00:00 <= t >=
  24:59:59
2024-06-24 14:21:53 +02:00
..
migrations API: Retrieve data 2024-06-19 22:12:20 +02:00
__init__.py API: Retrieve data 2024-06-19 22:12:20 +02:00
admin.py API: Retrieve data 2024-06-19 22:12:20 +02:00
apps.py API: Retrieve data 2024-06-19 22:12:20 +02:00
io.py Got rid of bridge and fixed GTFS compliance 2024-06-24 14:21:53 +02:00
models.py API: Retrieve data 2024-06-19 22:12:20 +02:00
tests.py API: Retrieve data 2024-06-19 22:12:20 +02:00
urls.py PUT, DELETE and address Changes 2024-06-20 23:25:33 +02:00
views.py Fixed and rebuilt sphinx docs 2024-06-21 12:02:35 +02:00