From 043b10c2d2a2148be47c115207f808cbc90f7a24 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Tue, 12 Mar 2019 17:34:11 -0700 Subject: [PATCH] include ansible-deposited settings --- procat2/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/procat2/settings.py b/procat2/settings.py index 83ae0af..2983662 100644 --- a/procat2/settings.py +++ b/procat2/settings.py @@ -25,8 +25,6 @@ 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 -ALLOWED_HOSTS = [] - # Application definition @@ -118,3 +116,5 @@ USE_TZ = True # https://docs.djangoproject.com/en/2.1/howto/static-files/ STATIC_URL = '/static/' + +from .settings_ansible import *