From: Charles Connell Date: Thu, 19 Dec 2013 02:22:17 +0000 (-0500) Subject: Add bit about document_upload tests X-Git-Tag: release-20150131~384 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fc9d41dc827a794049ae43b5af4eae7cbd06d4be;p=oweals%2Fkarmaworld.git Add bit about document_upload tests --- diff --git a/docs/source/gdrive.rst b/docs/source/gdrive.rst index 932eeca..bdc1540 100644 --- a/docs/source/gdrive.rst +++ b/docs/source/gdrive.rst @@ -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.