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`` models:
./manage.py migrate
Add url's definitions to your project.urls module:
path('path-of-choice/', 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.6.tar.gz
(109.0 kB
view hashes)
Built Distribution
Close
Hashes for queryset_reporter-2.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4932befec414ec94075e8ae071d7e1f2ea947d5f00da193ebdfc5a8b8b2eec99 |
|
MD5 | 62415fa9e3fa2720ad147d6709abf617 |
|
BLAKE2b-256 | 1fbcf78a39da96a39fe858439cfaafba795ac842f80dad14d56e23600609e778 |