broken version with nextcloud login
This commit is contained in:
parent
dccc85a5d1
commit
afcd73b287
|
@ -12,7 +12,7 @@ environment managing tool
|
||||||
|
|
||||||
- use this environment and do
|
- use this environment and do
|
||||||
|
|
||||||
pip install django django-multiselectfield django-formtools
|
pip install django django-multiselectfield django-formtools django-allauth
|
||||||
|
|
||||||
- clone this repository
|
- clone this repository
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,7 @@ INSTALLED_APPS = [
|
||||||
'allauth.account',
|
'allauth.account',
|
||||||
'allauth.socialaccount',
|
'allauth.socialaccount',
|
||||||
'allauth.socialaccount.providers.nextcloud',
|
'allauth.socialaccount.providers.nextcloud',
|
||||||
|
'allauth.socialaccount.providers.google',
|
||||||
'multiselectfield',
|
'multiselectfield',
|
||||||
'formtools',
|
'formtools',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue