Djecrety | Django Secret Key Generator
https://djecrety.irAs Django official documentation says: A secret key used to provide cryptographic signing, and should be set to a unique, unpredictable value. ... Running Django with a known SECRET_KEY defeats many of Django’s security protections, and can lead to privilege escalation and remote code execution vulnerabilities.. So recommended: Keep it safe.Ignore settings.py file in your …