Skip to content
This repository was archived by the owner on Jun 21, 2021. It is now read-only.

Commit 0367874

Browse files
committed
Added SECRET_KEY placeholder to sample localsettings.py
1 parent 63439a5 commit 0367874

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

localsettings.py.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ SECRET_KEY = ''
3030
# Caching
3131

3232
CACHE_BACKEND = "dummy:///"
33+
34+
# Secret Key, presumably for Cookies
35+
36+
SECRET_KEY = "blahblahblasdlfk;bhkjfdvgbklsdjfgbklsjkhgljsdfhkgdjfskghjf"

0 commit comments

Comments
 (0)