cfpb / clouseau

⚠️ THIS PROJECT IS DEPRECATED ⚠️ Search your repository's git history for undesirable text patterns such as passwords, ssh keys and other personal identifiable information
Creative Commons Zero v1.0 Universal
97 stars 26 forks source link

Add Django's SECRET_KEY to default patterns #31

Closed willbarton closed 9 years ago

willbarton commented 9 years ago

This is a simple change to add the SECRET_KEY variable in a Django project's settings.py to the default patterns. The SECRET_KEY is mostly used by Django to seed transient values.