diff options
| author | Carl Meyer <carl@oddbird.net> | 2013-02-19 18:43:28 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2013-02-19 18:43:28 -0700 |
| commit | 8d4342f2c97db93c54a1a5fef26a526caac62df1 (patch) | |
| tree | e5458c69b223e80d7753a75bcef6bbd8925d37d5 | |
| parent | c7f80b428bc7440d61f94b8ae99c5d5959369541 (diff) | |
[1.5.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 b25aa8968a..35117ddc61 100644 --- a/django/conf/project_template/project_name/settings.py +++ b/django/conf/project_template/project_name/settings.py @@ -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: |
