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.1.tar.gz
(134.0 kB
view hashes)
Built Distribution
Close
Hashes for queryset_reporter-2.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51af39f453b75782515a580b4af2f6c9fd0a82eb3d675004aded38610a55cf9e |
|
MD5 | c0a0c05c3629b789ec5515adb9fef329 |
|
BLAKE2b-256 | bb4b86a5057dccc1ed071cc17b99d2a214821259d0aa3eed657ea4ab022907a3 |