We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b93dc7 commit fc403c9Copy full SHA for fc403c9
{{cookiecutter.project_slug}}/backend/app/app/db/init_db.py
@@ -3,7 +3,7 @@
3
from app.schemas.user import UserCreate
4
5
# make sure all SQL Alchemy models are imported before initializing DB
6
-# otherwise, SQL Alchemy might fail to initialize properly relationships
+# otherwise, SQL Alchemy might fail to initialize relationships properly
7
# for more details: https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/28
8
from app.db import base
9
0 commit comments