diff --git a/docs/2_installation.rst b/docs/2_installation.rst index e1d6a15..ccf68d0 100644 --- a/docs/2_installation.rst +++ b/docs/2_installation.rst @@ -34,10 +34,10 @@ After installing the package, the project settings need to be configured. 'django.contrib.auth.backends.ModelBackend', ] - For backwards compatibility, ``AxesBackend`` can be used in place of ``AxesStandaloneBackend``. - The only difference is that ``AxesBackend`` also provides the permissions-checking functionality - of Django's ``ModelBackend`` behind the scenes. We recommend using ``AxesStandaloneBackend`` - if you have any custom logic to override Django's standard permissions checks. +For backwards compatibility, ``AxesBackend`` can be used in place of ``AxesStandaloneBackend``. +The only difference is that ``AxesBackend`` also provides the permissions-checking functionality +of Django's ``ModelBackend`` behind the scenes. We recommend using ``AxesStandaloneBackend`` +if you have any custom logic to override Django's standard permissions checks. **3.** Add ``axes.middleware.AxesMiddleware`` to your list of ``MIDDLEWARE``::