App that creates models of Queryset and generate reports
Project description
Django Queryset Reporter
Description
A django pluggable admin-site app for create persisted queryset's and make reports based on them, in various forms of data like cvs's, xlsx's.
Project URL: https://github.com/ricardodani/django-queryset-reporter/
Install
Type:
pip install queryset_reporter
In your settings add:
INSTALLED_APPS += ['queryset_reporter']
Migrate `queryset_reporter`` tables:
./manage.py migrate
Add url's definitions to your project.urls module:
path('', include('queryset_reporter.urls')),
# Default: Django Queryset Reporter
QR_TITLE = u'Default Title (big)'
# Default: Queryset Reporter
QR_HEADER_TITLE = u'Title'
# Default: https://github.com/ricardodani/django-queryset-reporter
QR_FOOTER_LINK = u'http://footer.link/'
Tested on
- django == 2.2.x
- python == 3.7.x
About
- Author: Ricardo Dani
- E-mail: ricardodani@gmail.com
- Github: github.com/ricardodani
License
GPL
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
queryset_reporter-2.0.2.tar.gz
(134.0 kB
view hashes)
Built Distribution
Close
Hashes for queryset_reporter-2.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1ccaae81d209d79b6e4de71b36f6e52d5c56b8f1db142494b537d0e44965a2b |
|
MD5 | e52ea30c7188fb0e8d72ef99214c1031 |
|
BLAKE2b-256 | 886fcfaa00155b8b91c5f23c5b94371c2dfd388211de1993ff5415ab5deee072 |