🚚 Rename project to Full Stack FastAPI Template (#699)
This commit is contained in:

committed by
GitHub

parent
964e605bcd
commit
b32dea360c
@@ -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:
|
||||
|
Reference in New Issue
Block a user