aboutsummaryrefslogtreecommitdiff
path: root/wsgi.py
AgeCommit message (Expand)Author
2024-02-28Remove last vestiges of flask's "instance path" configurations.Frederick Muriuki Muriithi
2023-11-15Linting: Fix linting errors.Frederick Muriuki Muriithi
2022-08-31Check connections outside app factory...Check the connections in the wsgi.py file, outside of the `create_app` application factory to avoid issues with tests failing due to test app not initialising because of missing connections in the test environment. Frederick Muriuki Muriithi
2022-04-26Fix issues caught processing the jobs...* Create and push the application context for the worker functions * Fix the update of meta fields Frederick Muriuki Muriithi
2022-04-20Add scaffolding for web app...Add a basic scaffolding for the web interface to the quality-control application. Frederick Muriuki Muriithi