Skip to content

Commit

Permalink
base_settings.py: add SECRET_KEY to avoid DeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Mar 12, 2012
1 parent cf76938 commit 5a7e9f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions djangobench/base_settings.py
Expand Up @@ -7,3 +7,5 @@
'NAME': ':memory:'
},
}

SECRET_KEY = "NOT REALLY SECRET"

0 comments on commit 5a7e9f8

Please sign in to comment.