Skip to content

Commit

Permalink
remove quickstart block from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
george.whewell committed Jan 19, 2015
1 parent 59a3319 commit 204de2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,8 @@ Use Google Sheets as context variables in Django templates
Documentation
-------------

The full documentation is at https://django-sheets.readthedocs.org.
Documentation is available at https://django-sheets.readthedocs.org.

Quickstart
----------

Install django-sheets::

pip install django-sheets

Then use it in a project::

import django-sheets

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Assign the CSV data to a variable using the ``{% csv %}`` tag::
Try it using the sample key above::

{% load sheets %}
{% csv "1bJNR7SLqpzWJNvstNcFR4gtS-M7Bmn0D1X2lGTJPvGM" as uk500 %}
{% csv "1uPsdcGUnUsf3d2xGHRGUUb7_k5IQPtBvfQY61u8Z8wE" as uk500 %}
<table>
{% for row in uk500 %}
<tr>
Expand Down

0 comments on commit 204de2a

Please sign in to comment.