We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line https://github.com/helloflask/bootstrap-flask/blame/02093bf2f6fb415f7a38ba5866e3bf915c1efe2b/requirements/examples.txt#L14 is that the cause of this error:
File "/var/www/html/app.py", line 140, in <module> @app.before_first_request AttributeError: 'Flask' object has no attribute 'before_first_request'
Solution can be to follow the advice of https://stackoverflow.com/questions/73570041/flask-deprecated-before-first-request-how-to-update
The text was updated successfully, but these errors were encountered:
Fixed in #320
Sorry, something went wrong.
Merging the PR will enable the live examples demo for HEAD. I will share the URL in https://github.com/helloflask/bootstrap-flask/blob/master/examples/README.rst once it runs again.
Later improvement needed as noted in #320 (comment)
PanderMusubi
No branches or pull requests
This line https://github.com/helloflask/bootstrap-flask/blame/02093bf2f6fb415f7a38ba5866e3bf915c1efe2b/requirements/examples.txt#L14 is that the cause of this error:
Solution can be to follow the advice of https://stackoverflow.com/questions/73570041/flask-deprecated-before-first-request-how-to-update
The text was updated successfully, but these errors were encountered: