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 9367651 commit d223c8fCopy full SHA for d223c8f
README.rst
@@ -1,11 +1,11 @@
1
- Django Advance Dumpdata
+Django Advance Dumpdata
2
===================
3
4
Django Manage Command like ``dumpdata`` but with have more feature to Output the contents of the database from given fields of a model
5
and filter that data using standard Django lookups for filtering.
6
data can be export with divers format like json,xml,yaml.exported structure is compatible with Django ``dumpdata`` structure which
7
allows you to use standard ``loaddata`` command for import.
8
-xx
+
9
Installation
10
------------
11
0 commit comments