diff --git a/migrations/env.py b/migrations/env.py index c92e865..76a8972 100644 --- a/migrations/env.py +++ b/migrations/env.py @@ -4,7 +4,9 @@ from sqlalchemy import pool from alembic import context - +import sys +import os +sys.path.append(os.getcwd()) # this is the Alembic Config object, which provides # access to the values within the .ini file in use. config = context.config