Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update django links in admin docs to point to 1.11
  • Loading branch information
ThomasWaldmann committed Apr 26, 2018
1 parent ba43006 commit ba20483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin.rst
Expand Up @@ -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
Expand Down

0 comments on commit ba20483

Please sign in to comment.