https://github.com/mariocesar/django-export2
django-export can export results from the admin choosing with fields and relations to include. You can save your queries and share it with other users
https://github.com/mariocesar/django-export2
Last synced: 4 months ago
JSON representation
django-export can export results from the admin choosing with fields and relations to include. You can save your queries and share it with other users
- Host: GitHub
- URL: https://github.com/mariocesar/django-export2
- Owner: mariocesar
- License: mit
- Created: 2014-01-06T16:03:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T16:11:29.000Z (over 12 years ago)
- Last Synced: 2025-01-01T09:42:13.684Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
django-export2
==============
django-export2 can export results from the admin choosing with fields and relations to include. You can save your queries and share it with other users
Installation
------------
```
pip install django-export2
```