mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 22:14:07 +01:00
Fix migration error / Modify requirments.txt
This commit is contained in:
parent
00efd2c38b
commit
d050011c56
@ -82,8 +82,8 @@ REST_USE_JWT = True
|
||||
SOCIALACCOUNT_PROVIDERS = {
|
||||
'google': {
|
||||
'APP': {
|
||||
'client_id': config('GOOGLE_CLIENT_ID'),
|
||||
'secret': config('GOOGLE_CLIENT_SECRET'),
|
||||
'client_id': config('GOOGLE_CLIENT_ID', default='fake-client-id'),
|
||||
'secret': config('GOOGLE_CLIENT_SECRET', default='fake-client-secret'),
|
||||
'key': ''
|
||||
},
|
||||
"SCOPE": [
|
||||
@ -118,7 +118,7 @@ MIDDLEWARE = [
|
||||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'django.contrib.messages.middleware.MessageMiddleware',
|
||||
'django.middleware.clickjacking.XFrameOptionsMiddleware',
|
||||
# "allauth.account.middleware.AccountMiddleware",
|
||||
"allauth.account.middleware.AccountMiddleware",
|
||||
]
|
||||
|
||||
ROOT_URLCONF = 'core.urls'
|
||||
|
||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
Reference in New Issue
Block a user