diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9437c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.log +*.pot +*.pyc +local_settings.py diff --git a/README.md b/README.md new file mode 100644 index 0000000..92c5900 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +django-admin-exporter +===================== + +Simple admin actions to download/export selected items in CSV, JSON, XML, etc.