Minor name adjustments
authorJosh Williams <jwilliams@endpoint.com>
Tue, 24 Sep 2013 20:00:58 +0000 (16:00 -0400)
committerJosh Williams <jwilliams@endpoint.com>
Tue, 24 Sep 2013 20:00:58 +0000 (16:00 -0400)
docs/source/gdrive.rst
karmaworld/apps/notes/gdrive.py

index 83148177724049d90449bbd523612e7b1cb2c34f..01de6adf5317d1a17d26c0ebd91b40701b67180f 100644 (file)
@@ -13,7 +13,7 @@ build a flow object called `flow`
 open a private browsing instance in a browser
 Log into the google drive account of the GOOGLE_USER set in `karmaworld.secrets.drive`
 get the authorization url
-    flow.step1_authorize_url()
+    flow.step1_get_authorize_url()
 
 go to that url in your browser
 it will redirecto you to a url in the format of:
index 5b8760e0c14ceafcff784abda7ee630a7936c269..605ea016d5d93ca471825e021167139c3cfc450a 100644 (file)
@@ -22,7 +22,7 @@ CLIENT_SECRET = os.path.join(settings.DJANGO_ROOT, \
                     'secret/client_secrets.json')
 #from credentials import GOOGLE_USER # FIXME
 try:
-    from secrets.drive import GOOGLE_USER
+    from secret.drive import GOOGLE_USER
 except:
     GOOGLE_USER = 'admin@karmanotes.org' # FIXME