Commit 205717e8 by Clinton Blackburn

Updated ALLOWED_HOSTS for local development

The Django 1.9.11 security update changed the default value of ALLOWED_HOSTS. This commit restores the default as we will never use local.py in production.

ECOM-6274
parent 1ead61e0
from course_discovery.settings.base import *
DEBUG = True
ALLOWED_HOSTS = ['*']
# CACHE CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#caches
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment