diff --git a/procat2/settings.py b/procat2/settings.py index da2babb..774cd34 100644 --- a/procat2/settings.py +++ b/procat2/settings.py @@ -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 *