full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Fix disabling Alembic

Open sebhani opened this issue 1 year ago • 0 comments

engine is created using create_engine function in the same file (i.e., db.py). Therefore, uncommenting from app.core.engine import engine line is unnecessary and would result in ModuleNotFoundError: No module named 'app.core.engine' error.

sebhani avatar Jul 21 '24 02:07 sebhani