[add]: refactoring and cleanup
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user