Download all report bysubcontractor id commit
This commit is contained in:
@@ -29,23 +29,3 @@ def create_app():
|
||||
return app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# from flask import Flask
|
||||
# from app.config import Config
|
||||
|
||||
# def create_app():
|
||||
# app = Flask(__name__)
|
||||
# app.config.from_object(Config)
|
||||
|
||||
# # Register Blueprints
|
||||
# from app.routes.dashboard import dashboard_bp
|
||||
# from app.routes.file_import import file_import_bp
|
||||
# from app.routes.user import user_bp
|
||||
|
||||
# app.register_blueprint(dashboard_bp)
|
||||
# app.register_blueprint(file_import_bp)
|
||||
# app.register_blueprint(user_bp)
|
||||
|
||||
# return app
|
||||
|
||||
Reference in New Issue
Block a user