Skip to content

Commit 872e7bf

Browse files
author
Steve Lamb
committed
Update README.rst
1 parent 95193da commit 872e7bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ This tool was created out of repeatedly needing to do the following in django:
2424

2525
For more detailed documentation, please read `this blog post. <http://www.azavea.com/blogs/labs/2014/03/exporting-django-querysets-to-csv/>`_
2626

27+
installation
28+
------------
29+
30+
Run::
31+
32+
pip install django-queryset-csv
33+
34+
Supports Python 2.6 and 2.7, Django 1.5 and 1.6.
35+
2736
usage
2837
-----
2938
Perform all filtering and field authorization in your view using ``.filter()`` and ``.values()``.

0 commit comments

Comments
 (0)