Skip to content

Commit

Permalink
docs: Update admin.rst
Browse files Browse the repository at this point in the history
It was unclear to me and would have made the instructions easier to follow.
  • Loading branch information
JonSpeare committed Jun 11, 2024
1 parent e67041c commit 38eb311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/common/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ the normal Django allauth workflow.
login method will not be applied.

An easy workaround for this is to require users to login before going to the
Django admin site's login page (note that the following would need to be applied to
Django admin site's login page, by adding this to urls.py (note that the following would need to be applied to
every instance of ``AdminSite``):


.. code-block:: python
from django.contrib import admin
Expand Down

0 comments on commit 38eb311

Please sign in to comment.