mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
[1.5.x] Fixed #19857 -- Fixed broken docs link in project template.
This commit is contained in:
parent
c7f80b428b
commit
8d4342f2c9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,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.5/ref/settings/#allowed-hosts
|
||||
ALLOWED_HOSTS = []
|
||||
|
||||
# Local time zone for this installation. Choices can be found here:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue