🚚 Rename project to Full Stack FastAPI Template (#699)

This commit is contained in:
Sebastián Ramírez
2024-03-12 20:23:20 +01:00
committed by GitHub
parent 964e605bcd
commit b32dea360c
5 changed files with 235 additions and 259 deletions

View File

@@ -9,7 +9,7 @@ engine = create_engine(str(settings.SQLALCHEMY_DATABASE_URI))
# make sure all SQLModel models are imported (app.models) before initializing DB
# otherwise, SQLModel might fail to initialize relationships properly
# for more details: https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/28
# for more details: https://github.com/tiangolo/full-stack-fastapi-template/issues/28
def init_db(session: Session) -> None: