jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
878 stars 143 forks source link

Python relative imports in VSCode #34

Closed dongfengweixiao closed 1 year ago

jonra1993 commented 1 year ago

Thanks for this PR @dongfengweixiao

jonra1993 commented 1 year ago

It is always a good idea that vscode connects to the correct python interpreter created by poetry. The path can be got after activating poetry with poetry shell.

image