mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
fix allauth
This commit is contained in:
parent
18bb7069e4
commit
dd7fb952d7
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ INSTALLED_APPS += (
|
|||
# South and allauth
|
||||
'allauth', # registration
|
||||
'allauth.account', # registration
|
||||
# 'allauth.socialaccount', # registration
|
||||
'allauth.socialaccount', # registration
|
||||
)
|
||||
########## END APP CONFIGURATION
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue