diff options
Diffstat (limited to 'django/conf/project_template/settings.py')
-rw-r--r-- | django/conf/project_template/settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index 9d05ac2c8f..839039de9d 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -20,6 +20,10 @@ DATABASES = { } } +# Hosts/domain names that are valid for this site; required if DEBUG is False +# See https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#allowed-hosts +ALLOWED_HOSTS = [] + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems. |