Loading django/conf/project_template/project_name/settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ 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 # See https://docs.djangoproject.com/en/1.4/ref/settings/#allowed-hosts ALLOWED_HOSTS = [] # Local time zone for this installation. Choices can be found here: Loading Loading
django/conf/project_template/project_name/settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ 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 # See https://docs.djangoproject.com/en/1.4/ref/settings/#allowed-hosts ALLOWED_HOSTS = [] # Local time zone for this installation. Choices can be found here: Loading