Safely Storing Passwords and Database Credentials in Django [closed]
Does anyone here have experience with Django? How can I safely store my passwords, database credentials, and other sensitive information in settings.py? I found it using cryptography but wanted to hear more ideas..
Someone Can help me?