include ansible-deposited settings

This commit is contained in:
Seth Ladygo
2019-03-12 17:34:11 -07:00
parent be0b2c322e
commit 043b10c2d2

View File

@ -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! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = []
# Application definition # Application definition
@ -118,3 +116,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.1/howto/static-files/ # https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/' STATIC_URL = '/static/'
from .settings_ansible import *