From a3aba9c9b48a6e597f2ea3118fa9e7c0225eb322 Mon Sep 17 00:00:00 2001 From: Fabian Weisshaar Date: Fri, 26 May 2017 11:56:49 +0200 Subject: [PATCH] update links to current supported django version, fixes #309 --- docs/admin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin.rst b/docs/admin.rst index 2085d91..b2c8e6f 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -138,12 +138,12 @@ django apps (wsgi apps) with the webserver you use. Django has nice generic documentation about this, see there: -https://docs.djangoproject.com/en/1.7/howto/deployment/ +https://docs.djangoproject.com/en/1.8/howto/deployment/ Even if you do not follow or fully read the deployment guide, make sure that you at least read the checklist: -https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/ +https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/ HTTP Basic Auth