0.11.5 Google Auth

This commit is contained in:
SDE
2024-01-13 18:01:34 +03:00
parent 76018333b0
commit bf3f26ec4f

View File

@@ -75,7 +75,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django.contrib.humanize', 'django.contrib.humanize',
'django.contrib.sites', # 'django.contrib.sites',
'colorfield', 'colorfield',
@@ -84,10 +84,10 @@ INSTALLED_APPS = [
'webpush', 'webpush',
'allauth', # 'allauth',
'allauth.account', # 'allauth.account',
'allauth.socialaccount', # 'allauth.socialaccount',
'allauth.socialaccount.providers.google', # 'allauth.socialaccount.providers.google',
'GeneralApp', 'GeneralApp',
'AuthApp', 'AuthApp',