Use different .ini file for alembic.ini
Just specify alembic -c /some/path/to/another.ini
when running alembic commands. You could even put the [alembic]
section in your development.ini and production.ini files and just alembic -c production.ini upgrade head
.