Fix settings.py identations

This commit is contained in:
Alexandre Iooss 2021-11-11 11:38:02 +01:00
parent 0cf1b6f6f7
commit 94a7737541

View file

@ -226,8 +226,8 @@ ACCOUNT_AUTHENTICATION_METHOD = "username_email"
ACCOUNT_FORMS = {'signup': 'photo21.forms.CustomSignupForm'} ACCOUNT_FORMS = {'signup': 'photo21.forms.CustomSignupForm'}
SOCIALACCOUNT_PROVIDERS = { SOCIALACCOUNT_PROVIDERS = {
'notekfet': { 'notekfet': {
# Fetch user profile # Fetch user profile
'SCOPE': ['1_1'], 'SCOPE': ['1_1'],
}, },
} }