Age | Commit message (Expand) | Author |
---|---|---|
2023-06-22 | Create new entry-point module to reduce chances of circular imports....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. | Frederick Muriuki Muriithi |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz |
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz |
2018-03-26 | Refactor startup config for gunicorn and werkzeug | Pjotr Prins |
2018-03-26 | Fixing authentication stuff so it uses parameters properly. Also no PYTHONPAT......it is now in the Guix build. | Pjotr Prins |
2018-01-29 | Gunicorn works | Pjotr Prins |