mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #20026 -- Typo in Apache auth docs.
This commit is contained in:
parent
a50e0c9fdc
commit
94521f50aa
1 changed files with 3 additions and 3 deletions
|
|
@ -69,9 +69,9 @@ application :doc:`that is created by django-admin.py startproject
|
|||
LoadModule auth_basic_module modules/mod_auth_basic.so
|
||||
LoadModule authz_user_module modules/mod_authz_user.so
|
||||
|
||||
Finally, edit your WSGI script ``mysite.wsgi`` to tie Apache's
|
||||
authentication to your site's authentication mechanisms by importing the
|
||||
check_user function:
|
||||
Finally, edit your WSGI script ``mysite.wsgi`` to tie Apache's authentication
|
||||
to your site's authentication mechanisms by importing the ``check_password``
|
||||
function:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue