Add bit about document_upload tests
authorCharles Connell <charles@connells.org>
Thu, 19 Dec 2013 02:22:17 +0000 (21:22 -0500)
committerCharles Connell <charles@connells.org>
Thu, 19 Dec 2013 02:22:17 +0000 (21:22 -0500)
docs/source/gdrive.rst

index 932eecaa8b4d60772d28a1451836e3efe99dfdf9..bdc154088b03f08cadb394f6bb089b74f10c8376 100644 (file)
@@ -42,4 +42,9 @@ This will save the DriveAuth()
 
 You are now authenticated!
 
+If you want to run the document_upload tests, then you need to save the contents of
+
+     DriveAuth.objects.all()[0].credentials
+     
+to secret/oauth_token.json. Obviously, don't commit this.