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('qr/', include('queryset_reporter.urls')),
Tested on
- django == 2.2.x
- python == 3.7.x
About
- Author: Ricardo Dani
- E-mail: ricardodani@gmail.com
- Github: github.com/ricardodani
License
MIT
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.3.tar.gz
(134.1 kB
view hashes)
Built Distribution
Close
Hashes for queryset_reporter-2.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10752a52be0f7285a39510fd4fc07fb9c288435a185d84ac1b433711c0b9f4eb |
|
MD5 | d60437d817f4542ba8ffcffa03767e3f |
|
BLAKE2b-256 | cb28c386260d407c1f7899aaf5b458e67d23c27415e8ffebfc7f8ded2418367e |