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 *