settings/dev: provide a dummy SECRET_KEY
This commit is contained in:
parent
d59f3402cd
commit
2553955eee
|
@ -7,6 +7,8 @@ try:
|
|||
except ImportError:
|
||||
pass
|
||||
|
||||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
SECRET_KEY = 'django-insecure-+@*g!emsz-!6sr8a2z&sighsc8m+1(+oq+#+nne+-txd3^l59t'
|
||||
|
||||
LOCALE_PATHS = ["aircox/locale", "aircox_streamer/locale"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user