We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95193da commit 872e7bfCopy full SHA for 872e7bf
README.rst
@@ -24,6 +24,15 @@ This tool was created out of repeatedly needing to do the following in django:
24
25
For more detailed documentation, please read `this blog post. <http://www.azavea.com/blogs/labs/2014/03/exporting-django-querysets-to-csv/>`_
26
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
36
usage
37
-----
38
Perform all filtering and field authorization in your view using ``.filter()`` and ``.values()``.
0 commit comments