diff options
| author | Carl Meyer <carl@oddbird.net> | 2013-02-19 18:36:44 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2013-02-19 18:36:44 -0700 |
| commit | 4cdfb24c9847f89a332742dbc476f189de4989dc (patch) | |
| tree | d60a529f75e01a25ed9bbe6e6434ddf111f8a472 | |
| parent | 5d1791ffd2ffdb70cbcf81a49cb0a7cda3fe1f46 (diff) | |
[1.4.x] Fixed #19857 -- Fixed broken docs link in project template.
| -rw-r--r-- | django/conf/project_template/project_name/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/project_name/settings.py b/django/conf/project_template/project_name/settings.py index 5780aca012..d74eccf7ec 100644 --- a/django/conf/project_template/project_name/settings.py +++ b/django/conf/project_template/project_name/settings.py @@ -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: |
