Skip to content

Commit a6927d8

Browse files
committed
[1.3.x] Fixed #19857 -- Fixed broken docs link in project template.
Backport of 4cdfb24 from 1.4.x.
1 parent 2378c31 commit a6927d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/conf/project_template/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
# Hosts/domain names that are valid for this site; required if DEBUG is False
24-
# See https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#allowed-hosts
24+
# See https://docs.djangoproject.com/en/1.3/ref/settings/#allowed-hosts
2525
ALLOWED_HOSTS = []
2626

2727
# Local time zone for this installation. Choices can be found here:

0 commit comments

Comments
 (0)