This commit is contained in:
rgcr 2017-01-06 09:25:21 -06:00
parent 6ace664c03
commit 8904bb6541

View File

@ -27,6 +27,12 @@ TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
# Note: This key only used for development and testing.
SECRET_KEY = env('DJANGO_SECRET_KEY', default='CHANGEME!!!')
# SITE CONFIGURATION
# ------------------------------------------------------------------------------
# Hosts/domain names that are valid for this site
# See https://docs.djangoproject.com/en/1.6/ref/settings/#allowed-hosts
ALLOWED_HOSTS=env.list('DJANGO_ALLOWED_HOSTS', default=['*'])
# Mail settings
# ------------------------------------------------------------------------------