Hi fellow Django developers, in this video you will learn how to keep secret information in your Django project safe, e.g secret key, database credentials, email username and password etc, using the .env file or Django environment variable. Django has a package called python-decouple, which is very important in keeping our secret information and other personals safe.
Reference link
====================================
https://alwaysdjango.com/how-to-use-env-fi...
How to send emails in Django -
========================================
https://alwaysdjango.com/how-to-send-email...
How to send HTML emails in Django
https://alwaysdjango.com/how-to-send-html-...
00:00 Introduction
01:19 Benefits Of Using Dot Env files
04:05 Install python-decouple package
04:40 Create Dot env file
05:24 Copy your security credentials to the Dot env file
09:20 Use your Dot env secured credentials