-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more examples #2
Comments
I think the example in the README should be enough for users who read the Jinja templating section of the FastAPI docs: https://fastapi.tiangolo.com/advanced/templates/?h=jinja#using-jinja2templates If you submit a PR, I'll of course accept it. Or if other users request this, then I'll add two complete, working examples. |
I still do recommend adding it because it's a new package, introducing a new (different) perspective to the development workflow. I'm saying "new" because many FastAPI users use dependencies instead of decorators (they are not the same but still...) and the
I'll take a look at it. |
@volfpeter I'm working on a Jinja2 example. |
Thanks 🙂 |
README.md is quite good but I think there must be a folder called "examples" for fully-fledged examples with templates folder and Jinja2 templates.
The text was updated successfully, but these errors were encountered: