We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544a2a4 commit afb60d5Copy full SHA for afb60d5
callback/views.py
@@ -39,12 +39,12 @@ def auth(request):
39
email = token['user']['email']
40
access_token = token['access_token']
41
42
- # auth , created = Auth.objects.get_or_create(storehash = store_hash)
43
- # auth.user_id = bc_user_id
44
- # auth.mail = email
45
- # auth.storehash = store_hash
46
- # auth.token = access_token
47
- # auth.save()
+ a , created = Auth.objects.get_or_create(storehash = store_hash)
+ a.user_id = bc_user_id
+ a.mail = email
+ a.storehash = store_hash
+ a.token = access_token
+ a.save()
48
49
return render(request , 'index.html')
50
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments