mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-18 13:09:04 +02:00
.
This commit is contained in:
parent
4054320dab
commit
9df2a29eb7
1 changed files with 2 additions and 6 deletions
|
|
@ -38,15 +38,11 @@ INSTALLED_APPS = [
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
|
||||
'two_factor',
|
||||
|
||||
'django_otp',
|
||||
'django_otp.plugins.otp_static',
|
||||
'django_otp.plugins.otp_totp',
|
||||
#'django_otp.plugins.otp_email', # <- if you want email capability.
|
||||
|
||||
'two_factor',
|
||||
#'two_factor.plugins.phonenumber', # <- if you want phone number capability.
|
||||
#'two_factor.plugins.email', # <- if you want email capability.
|
||||
#'two_factor.plugins.yubikey', # <- for yubikey capability.
|
||||
|
||||
'labelbase',
|
||||
'userprofile',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue