aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/config.py
AgeCommit message (Collapse)Author
2022-04-19bugfix: prevent default function argument from being modified upon first callWojtek Kosior
2022-02-21enable using with Python 3.7Wojtek Kosior
2022-02-21make hydrilla.server.config.load() use the default config path when none is ↵Wojtek Kosior
passed This way it will be easier to create a .wsgi script for Hydrilla.
2022-02-12remake internationalization, using Babel this timeWojtek Kosior