Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T16:11:29.000Z (almost 11 years ago)
- Last Synced: 2024-11-08T15:42:31.028Z (about 2 months 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
```