[Django]-Extract passwords from settings.py file

6👍

Move all the keys, passwords, etc. to a file secrets.py, then add import secrets to settings.py.

Leave a comment