flask.Blueprint.before_app_first_request¶
-
Blueprint.before_app_first_request(f)[source]¶ Like
Flask.before_first_request(). Such a function is executed before the first request to the application.
Blueprint.before_app_first_request(f)[source]¶Like Flask.before_first_request(). Such a function is
executed before the first request to the application.