vincentporte / fastapi_sqlachemy2_async

FastAPI x sqlAlchemy 2 x postgresql, async mode
MIT License
2 stars 0 forks source link

[USERS] templated views with Jinja2 #3

Closed vincentporte closed 1 year ago

vincentporte commented 1 year ago

Description

🎸 Allow usage of templated views. 🎸 Setup first one

🦺 Add Jinja2 lib 🦺 Add template and static dirs, declare them 🦺 Add users.views & tests

Type of change

🎢 New feature (non-breaking change which adds functionality) 🎨 change requires a documentation update

Checklist:

vincentporte commented 1 year ago

To do : display list of users in template