docs: Update links to Django documentation.

Django 1.9 is no longer on the web.
This commit is contained in:
Tim Abbott 2020-01-16 16:00:03 -08:00
parent c113d74daf
commit 445a11753b
2 changed files with 3 additions and 3 deletions

View File

@ -56,4 +56,4 @@ project.
functions used by the UI are maintained to correctly live-update the functions used by the UI are maintained to correctly live-update the
UI if needed. UI if needed.
[django-docs]: https://docs.djangoproject.com/en/1.9/howto/custom-management-commands/ [django-docs]: https://docs.djangoproject.com/en/1.11/howto/custom-management-commands/

View File

@ -25,7 +25,7 @@ from shareable configuration.
## Server settings ## Server settings
Zulip uses the [Django settings Zulip uses the [Django settings
system](https://docs.djangoproject.com/en/1.9/topics/settings/), which system](https://docs.djangoproject.com/en/1.11/topics/settings/), which
means that the settings files are Python programs that set a lot of means that the settings files are Python programs that set a lot of
variables with all-capital names like EMAIL_GATEWAY_PATTERN. You can variables with all-capital names like EMAIL_GATEWAY_PATTERN. You can
access these anywhere in the Zulip Django code using e.g.: access these anywhere in the Zulip Django code using e.g.:
@ -123,7 +123,7 @@ accessed in initialization of Django (or Zulip) internals
(e.g. `DATABASES`). See the [Django docs on overriding settings in (e.g. `DATABASES`). See the [Django docs on overriding settings in
tests][django-test-settings] for more details. tests][django-test-settings] for more details.
[django-test-settings]: https://docs.djangoproject.com/en/1.9/topics/testing/tools/#overriding-settings [django-test-settings]: https://docs.djangoproject.com/en/1.11/topics/testing/tools/#overriding-settings
## Realm settings ## Realm settings