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']
#This variable represent how depth we will go into the models to set the fields as searchable fields. Default is 2.
QUERY_SET_REPORT_MAX_RECURSIVE_DEPTH = 3
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.0.tar.gz
(134.2 kB
view hashes)
Built Distribution
Close
Hashes for queryset_reporter-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa0c1f497c76b56a039bd0ca69464841f07794588f166057e672433588964dc0 |
|
MD5 | 58f654266c575cededee1dfb33074480 |
|
BLAKE2b-256 | aacfc15e73185edbc3892c7a07c517bb9d00e47f69bfa1c693a4035ad76295df |