Replies: 1 comment 1 reply
-
Without the full traceback, it’s difficult to see where the warning is coming from. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I am launching a Flask app and keep getting this warning. I thought adding an app factory function and creating an app context would solve the issue, but the warning persists:
This is my project setup:
| main.py
+---app
| | init.py
| |
| +---api
| | | routes.py
| | | init.py
| | |
| | ---pycache
| | routes.cpython-39.pyc
| | init.cpython-39.pyc
| |
| +---apidocs
| | | routes.py
| | | init.py
| | |
| +---templates
| | +---api
| | ---apidocs
| | home.html
main.py
app/__init__py
app/api/init.py
Beta Was this translation helpful? Give feedback.
All reactions