aboutsummaryrefslogtreecommitdiff
path: root/wqflask/run_gunicorn.py
AgeCommit message (Collapse)Author
2023-06-20Add `create_app()` application factoryFrederick Muriuki Muriithi
Create the application and set up configs and other things within an application factory function. Fix obvious egregious errors preventing the application from starting up correctly.
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2020-08-18Wrap print statements in parenthesesBonfaceKilz
2018-03-26Refactor startup config for gunicorn and werkzeugPjotr Prins
2018-03-26Fixing authentication stuff so it uses parameters properly. Also no ↵Pjotr Prins
PYTHONPATH needed as it is now in the Guix build.
2018-01-29Gunicorn worksPjotr Prins