From c93fde3ddc39c55abc2151e11d8d2c949f5ff406 Mon Sep 17 00:00:00 2001 From: x11x <28614156+x11x@users.noreply.github.com> Date: Sun, 18 Feb 2018 14:30:50 +1000 Subject: [PATCH] README: update Django docs link version to 1.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 571fc4d..2f80211 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ pip install -r requirements.txt Edit the [settings file](etesync_server/settings.py). Please refer to the [Django deployment -checklist](https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/) +checklist](https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/) for full instructions on how to configure a Django app for production. Some particular settings that should be edited are: * [`ALLOWED_HOSTS`](https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-ALLOWED_HOSTS)