ajout d'un calendrier pour sceduler des match
This commit is contained in:
@@ -20,6 +20,7 @@ def create_app():
|
||||
from routes.users import users_bp
|
||||
from routes.main import main_bp
|
||||
from routes.teams import teams_bp
|
||||
from routes.matches import matches_bp
|
||||
|
||||
app.register_blueprint(auth_bp)
|
||||
app.register_blueprint(tryouts_bp)
|
||||
@@ -27,6 +28,7 @@ def create_app():
|
||||
app.register_blueprint(users_bp)
|
||||
app.register_blueprint(main_bp)
|
||||
app.register_blueprint(teams_bp)
|
||||
app.register_blueprint(matches_bp)
|
||||
|
||||
with app.app_context():
|
||||
import models
|
||||
|
||||
Reference in New Issue
Block a user