Replies: 5 comments
-
Hi, @downdawn I will directly PR 1,2,3,4 Create issue for 5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1. Email related configuration is useless
All prefixed with 'EMAIL_'
2. Environment configuration
The original intention of
.env.example
is just an example.env_file = '.env'
3. Log name
The name of FastBlog.log is not appropriate, and it is configured in conf
like
4. A friendlier "migration version"
alembic.ini
5. Use python3.10 version
The pre-commit configuration specifies version 3.10 by default, and some new features can be used later, of course, compatibility should also be considered
https://fastapi.tiangolo.com/python-types/#newer-versions-of-python
Beta Was this translation helpful? Give feedback.
All reactions