According to the docs, alembic's template can be specified as alembic init --template pylons ./scripts
. But alembic searches for templates in only one folder in its root (python_path/lib/python2.7/site-packages/alembic/templates
).
Is there any way to run custom templates? The idea of the question - automatization of project setup e.g. avoiding any handmade changes (like editing env.py
file).