Skip to content

Commit 1aa76e4

Browse files
half-of-a-glazierpennersr
authored andcommitted
docs(mfa): Added instructions for settings.py
1 parent 627e40c commit 1aa76e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/mfa/introduction.rst

+11
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ Authentication. It supports:
1313
Note that in order to use this functionality you need to install the ``mfa`` extras of the ``django-allauth`` package::
1414

1515
pip install django-allauth[mfa]
16+
17+
Remember to add the app to
18+
the ``settings.py`` of your project::
19+
20+
INSTALLED_APPS = [
21+
...
22+
# The required `allauth` apps
23+
...
24+
'allauth.mfa',
25+
...
26+
]

0 commit comments

Comments
 (0)