Using `.env` file in a Django Project
A .env file is a file that resides at the root of a Django project. It is used to store environment variables. Environment variables are stored in key-value pairs.
Sensitive information such as passwords, secret keys, client IDs, or API keys is advis...
allthingstechie.hashnode.dev2 min read