Enable debug mode in config, enhance HTML response handling with minification, and clean up worklog template by removing commented button

This commit is contained in:
Yaro Kasear 2025-07-21 13:43:01 -05:00
parent fa37497e3a
commit f17051224d
5 changed files with 35 additions and 29 deletions

View file

@ -11,6 +11,7 @@ dependencies = [
"pandas",
"pyodbc",
"python-dotenv",
"waitress",
"Werkzeug"
]