📝 Update links from tiangolo repo to fastapi org repo (#1285)

This commit is contained in:
Sebastián Ramírez
2024-08-02 14:34:32 -05:00
committed by GitHub
parent 9ce8526605
commit 8ce3ce5903
5 changed files with 21 additions and 21 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-template/issues/28
# for more details: https://github.com/fastapi/full-stack-fastapi-template/issues/28
def init_db(session: Session) -> None: