Damien Bezborodov
Damien Bezborodov
Wouldn't it make sense to be able to use any generic Git repository?
This is now **[broken as of Flask 2.3.0](https://flask.palletsprojects.com/en/2.3.x/changes/)** (pallets/flask#4605): > The `app.before_first_request` and `bp.before_app_first_request` decorators are removed.
This is caused by inveniosoftware/flask-menu#84.
See `__init__.py`, line 369: ``` 357 def menu_decorator(f): 358 """Decorator of a view function that should be included in the menu.""" 359 if isinstance(app, Blueprint): 360 endpoint = app.name +...