Skip to content

Commit

Permalink
Update usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewhewell committed Jan 19, 2015
1 parent 34fb6dc commit 743db9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Usage

To use django-sheets, you need to have a key to a publically-accessible
Google Sheets spreadsheet. To find it, open your sheet and select
File -> Publish to the web.
*File* -> *Share*.
Click *Get sharable link* from the dialog. You'll find the 44-character key as
part of the URL.

Press Share, and select the link. You'll find the 44-character key as
part of the link. For example, the sample link:

https://docs.google.com/spreadsheets/d/**1bJNR7SLqpzWJNvstNcFR4gtS-M7Bmn0D1X2lGTJPvGM**/pubhtml
For example, the sample link ``https://docs.google.com/spreadsheets/d/1bJNR7SLqpzWJNvstNcFR4gtS-M7Bmn0D1X2lGTJPvGM/pubhtml``
has key ``1bJNR7SLqpzWJNvstNcFR4gtS-M7Bmn0D1X2lGTJPvGM``

Load the django-sheets template tags in your template::

Expand Down

0 comments on commit 743db9e

Please sign in to comment.