mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-23 08:14:48 +00:00
Marked SECRET_KEY as a secret value, too.
This commit is contained in:
parent
9b2d1d5b20
commit
cf072d0dc6
1 changed files with 2 additions and 0 deletions
|
|
@ -96,3 +96,5 @@ class Prod(Common):
|
|||
"""
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
SECRET_KEY = values.SecretValue()
|
||||
|
|
|
|||
Loading…
Reference in a new issue