I have a problem with flask and migrate. I changed my database model and now want to migrate that change.
Unfortunately, I get the following error message: https://pastebin.com/QCpqaNSg
It seems like this error has something to do with Python configparser.
I found the following stack exchange topic. There it is said it would be a bug in python’s configparser module.
https://stackoverflow.com/questions/52655708/configparser-py-keyerror-python-flask
Can somebody confirm that and tell me what to do about it? On my localhost the migration went fine.