mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
fix allauth
This commit is contained in:
parent
18bb7069e4
commit
dd7fb952d7
|
@ -194,7 +194,7 @@ INSTALLED_APPS += (
|
||||||
# South and allauth
|
# South and allauth
|
||||||
'allauth', # registration
|
'allauth', # registration
|
||||||
'allauth.account', # registration
|
'allauth.account', # registration
|
||||||
# 'allauth.socialaccount', # registration
|
'allauth.socialaccount', # registration
|
||||||
)
|
)
|
||||||
########## END APP CONFIGURATION
|
########## END APP CONFIGURATION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user