summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2013-02-19 18:38:58 -0700
committerCarl Meyer <carl@oddbird.net>2013-02-19 18:38:58 -0700
commita6927d821941fa5c25f277479e84e3c32fe005cd (patch)
tree591158c860798f5b322e7332db27eb554a2d570d
parent2378c31430a2b441d23efe98c0af32fe4af0fb53 (diff)
[1.3.x] Fixed #19857 -- Fixed broken docs link in project template.
Backport of 4cdfb24c98 from 1.4.x.
-rw-r--r--django/conf/project_template/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py
index 839039de9d..45e4211306 100644
--- a/django/conf/project_template/settings.py
+++ b/django/conf/project_template/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.3/ref/settings/#allowed-hosts
ALLOWED_HOSTS = []
# Local time zone for this installation. Choices can be found here: