settings.py: SECRET_KEY and DEBUG moved to ansible

This commit is contained in:
Seth Ladygo
2019-05-19 02:30:17 -07:00
parent d7f756ee97
commit a3ccd6fa3e

View File

@ -22,11 +22,7 @@ FRONTEND_DIR = os.path.join(BASE_DIR, 'cateditor')
# bring in ansible-defined settings # bring in ansible-defined settings
from .settings_ansible import * from .settings_ansible import *
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '-fawvl=exzaq&(%@t2!i!e1pvor@2%j60$ito#5qtiq-8zwmki'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
LOGGING = { LOGGING = {
'version': 1, 'version': 1,