Merge pull request #348 from ThomasWaldmann/docs-django-links

update django links in admin docs to point to 1.11
This commit is contained in:
TW 2018-04-26 14:03:13 +02:00 committed by GitHub
commit c6afaf2e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.8/howto/deployment/
https://docs.djangoproject.com/en/1.11/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.8/howto/deployment/checklist/
https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/
HTTP Basic Auth