diff options
| author | Frederick Muriuki Muriithi | 2025-12-08 11:30:03 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-08 13:26:18 -0600 |
| commit | b348823f6e0215602f0901331b123a69ec056e8a (patch) | |
| tree | 3b5a8cfe02de0b752d2d290c8e3f875e3ef90e0a /uploader/__init__.py | |
| parent | 9514647b70fe90a709b2881e50871a6e15f1236e (diff) | |
| download | gn-uploader-b348823f6e0215602f0901331b123a69ec056e8a.tar.gz | |
Improve the streamlined UI for the index page.
Diffstat (limited to 'uploader/__init__.py')
| -rw-r--r-- | uploader/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/__init__.py b/uploader/__init__.py index 98e8141..b7f0ab9 100644 --- a/uploader/__init__.py +++ b/uploader/__init__.py @@ -108,6 +108,7 @@ def create_app(config: Optional[dict] = None): setup_logging(app) setup_modules_logging(app.logger, ( + "uploader.base_routes", "uploader.publications.models", "uploader.publications.datatables", "uploader.phenotypes.models")) |
