README: update Django docs link version to 1.11

This commit is contained in:
x11x 2018-02-18 14:30:50 +10:00
parent 3ee704bfb1
commit c93fde3ddc

View File

@ -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)