settings.py: bring ansible settings up

This commit is contained in:
Seth Ladygo
2019-05-19 02:29:30 -07:00
parent 2b3b1eccd2
commit d7f756ee97

View File

@ -19,8 +19,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
TEMPLATES_DIR = os.path.join(BASE_DIR, 'templates')
FRONTEND_DIR = os.path.join(BASE_DIR, 'cateditor')
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/
# bring in ansible-defined settings
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'
@ -209,6 +209,3 @@ WEBPACK_LOADER = {
'IGNORE': [r'.+\.hot-update.js', r'.+\.map']
}
}
# bring in ansible-defined settings
from .settings_ansible import *