I've got an application build on flask and I wanted to create a new migration for it today. When I run $python manage.py db upgrade
i got the message
raise util.CommandError('Only a single head is supported. The '
alembic.util.CommandError: Only a single head is supported. The script directory has multiple heads (due to branching), which must be resolved by manually editing the revision files to form a linear sequence. Run alembic branches
to see the divergence(s).
So i run this command $alembic branches
No config file 'alembic.ini' found, or file has no '[alembic]' section
Any clue on what is this about?