From 755c118aecad6e0e5db6fa8b06ebb8a8d5f5e2ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Mon, 23 Apr 2012 17:29:54 -0300 Subject: [PATCH] Update settings names indentation in docs. --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e515169..8ce0b83 100644 --- a/README.rst +++ b/README.rst @@ -835,12 +835,12 @@ GitHub works similar to Facebook (OAuth). - Fill ``App Id`` and ``App Secret`` values in the settings:: - GITHUB_APP_ID = '' - GITHUB_API_SECRET = '' + GITHUB_APP_ID = '' + GITHUB_API_SECRET = '' - Also it's possible to define extra permissions with:: - GITHUB_EXTENDED_PERMISSIONS = [...] + GITHUB_EXTENDED_PERMISSIONS = [...] Bitbucket ^^^^^^^^^ @@ -852,8 +852,8 @@ Bitbucket works similar to Twitter (OAuth). - Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings:: - BITBUCKET_CONSUMER_KEY = '' - BITBUCKET_CONSUMER_SECRET = '' + BITBUCKET_CONSUMER_KEY = '' + BITBUCKET_CONSUMER_SECRET = '' Dropbox ^^^^^^^ @@ -864,8 +864,8 @@ Dropbox uses OAuth v1.0 for authentication. - fill ``App Key`` and ``App Secret`` values in the settings:: - DROPBOX_APP_ID = '' - DROPBOX_API_SECRET = '' + DROPBOX_APP_ID = '' + DROPBOX_API_SECRET = '' Flickr ^^^^^^ -- 2.39.5