Skip to content

Commit

Permalink
Merge pull request #348 from ThomasWaldmann/docs-django-links
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
2 parents ba43006 + ba20483 commit c6afaf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin.rst
Original file line number Diff line number Diff line change
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 c6afaf2

Please sign in to comment.