DEV Community

Discussion on: Django - How to keep secrets safe with python-dotenv

Collapse
 
dainiuxt profile image
Dainius

If you will get error

ModuleNotFoundError: No module named 'dotenv'
Enter fullscreen mode Exit fullscreen mode

you should use

python -m pip install python-dotenv
Enter fullscreen mode Exit fullscreen mode

for the installation