[add]: refactoring and cleanup

This commit is contained in:
VivianDee
2025-09-07 23:44:25 +01:00
parent 6de9583aaf
commit d9b6a7e92e
8 changed files with 161 additions and 35 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def create_app():
migrate.init_app(app, db)
# Register blueprints or CLI commands here if needed
from .commands import commands
from app.analytics.commands import commands
app.cli.add_command(commands.upload_xls_cli)
return app