madblog/madblog
Fabio Manganiello dc882c7237 Do os.path.abspath on custom content folders in the app constructor before initialization
If relative paths are used for the content folder then send_from_directory may mistakenly interpret the paths as relative to the main application, instead of the content folder
2022-01-12 00:30:25 +01:00
..
static First commit 2022-01-11 20:16:27 +01:00
templates First commit 2022-01-11 20:16:27 +01:00
__init__.py First commit 2022-01-11 20:16:27 +01:00
__main__.py First commit 2022-01-11 20:16:27 +01:00
app.py Do os.path.abspath on custom content folders in the app constructor before initialization 2022-01-12 00:30:25 +01:00
cli.py docs refactor and minor fixes 2022-01-11 23:43:02 +01:00
config.py docs refactor and minor fixes 2022-01-11 23:43:02 +01:00
latex.py First commit 2022-01-11 20:16:27 +01:00
routes.py docs refactor and minor fixes 2022-01-11 23:43:02 +01:00
uwsgi.py First commit 2022-01-11 20:16:27 +01:00