Is there any way to bypass .config when using flask Blueprint? #4354
Answered
by
ThiefMaster
JanusHasie
asked this question in
Q&A
-
I am using flask Blueprint in my code but this does not allow for me to use .config, which causes a catch 22. I need to upload images from a web page to a database and this has really become quite a block. |
Beta Was this translation helpful? Give feedback.
Answered by
ThiefMaster
Nov 21, 2021
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JanusHasie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
current_app.config
...