I use a flask. I installed Flask-migrate and used it to migrate my postgresql db. It works fine in my local box. However, when I run it when I open it, I get an error
"File "/opt/rh/python27/root/usr/lib64/python2.7/ConfigParser.py", line 396, in set
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'alembic'
"
Does anyone know what it is and how to fix it?
source
share