update upload scripts
This commit is contained in:
@@ -32,11 +32,13 @@ def create_app():
|
||||
from app.routes.admin import admin_bp
|
||||
from app.routes.dashboard import dashboard_bp
|
||||
from app.routes.jobs import jobs_bp
|
||||
from app.routes.api import api_bp
|
||||
|
||||
app.register_blueprint(auth_bp)
|
||||
app.register_blueprint(admin_bp)
|
||||
app.register_blueprint(dashboard_bp)
|
||||
app.register_blueprint(jobs_bp)
|
||||
app.register_blueprint(api_bp)
|
||||
|
||||
with app.app_context():
|
||||
db.create_all()
|
||||
|
||||
Reference in New Issue
Block a user