aboutsummaryrefslogtreecommitdiff
path: root/wqflask/run_gunicorn.py
AgeCommit message (Collapse)Author
2023-06-22Create new entry-point module to reduce chances of circular imports.Frederick Muriuki Muriithi
This commit creates a new entry-point module (wqflask/gn2_main.py) and imports all the other modules that import the application object with something like: `from wqflask import app` This breaks the subtle circular-import cycle that tends to cause a lot of inconveniences when developing the application.
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