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 e8ed9ea commit 16016f7Copy full SHA for 16016f7
samples/django_sample/plus/views.py
@@ -11,7 +11,7 @@
11
from django.shortcuts import render
12
from django_sample.plus.models import CredentialsModel
13
from django_sample import settings
14
-from oauth2client import xsrfutil
+from oauth2client.contrib import xsrfutil
15
from oauth2client.client import flow_from_clientsecrets
16
from oauth2client.contrib.django_orm import Storage
17
0 commit comments