Johannes Randerath
26b08b72dd
Added view to get models by pk
2024-06-17 14:26:23 +02:00
Johannes Randerath
a310152c4f
Passing stops and routes to index
2024-06-11 17:20:25 +02:00
Johannes Randerath
c22049f499
Added documentation
...
- Using sphinx to documente the project
- Autodocumenting Python using numpy-style docstr and sphinx autodoc with napoleon
2024-06-03 20:29:28 +02:00
Johannes Randerath
af5a2c862d
Backend changes and sql convenience
...
- Added sql files to create and drop db and to feed example data.
- Added bridge to import (and later export) data from a gtfs.GTFS object
to the database.
- Updated models and migrations to implement the whole GTFS reference.
2024-06-02 20:58:39 +02:00
Johannes Randerath
9a4879a67d
Changed ids to always increase as automatic primary keys
2024-06-01 01:28:32 +02:00
Johannes Randerath
0a196d6b15
Added models to represent GTFS
2024-06-01 00:20:55 +02:00
Johannes Randerath
a18927bad1
Setup Mariadb
2024-05-31 22:32:30 +02:00