There was an error while loading. Please reload this page.
2 parents e8ed9ea + 16016f7 commit a42243cCopy full SHA for a42243c
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