full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Fix disabling Alembic
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.