structables/src/structables
Kumi be9de88eeb
fix: ensure data update runs during app init
Moved `update_data` invocation to the initialization phase of the application rather than relying on the condition of running as the main module. This change ensures data is updated consistently, regardless of whether the app is run via a WSGI server or directly. This addresses initialization issues encountered in certain deployment scenarios.
2024-10-04 15:24:16 +02:00
..
routes fix: ensure privacy policy read only if path exists 2024-10-04 15:23:59 +02:00
static feat(contest): enhance contest data handling and UI 2024-10-04 07:06:26 +02:00
templates feat(contest): enhance contest data handling and UI 2024-10-04 07:06:26 +02:00
utils feat: enhance file download handling 2024-05-26 08:50:22 +02:00
__init__.py feat: Introduce pyproject.toml for build configuration 2024-05-23 08:06:36 +02:00
config.py feat: add markdown support for privacy policy 2024-06-08 20:07:58 +02:00
main.py fix: ensure data update runs during app init 2024-10-04 15:24:16 +02:00