Manage Django settings with Pydantic - Part 2
In the previous part, we manage to use pydantic BaseSettings object to store common django settings.
In this article, we use all the power of pydantic to handle common use-cases.
Using environment variables
In practice, we are likely to deploy our dj...
nabla.hashnode.dev5 min read