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')),
Example project credentials
Admin user:
User: admin - Pass: 123
Common user:
User: tester - Pass: asdfghjklç
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.1.0.tar.gz
(108.7 kB
view hashes)
Built Distribution
Close
Hashes for queryset_reporter-2.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba2c7e4e08800a7014fc36842e5e2ac4667d24d1c1bf3d5c88bc3467d2699c32 |
|
MD5 | 865758238bf563f5e09aa17c8652fea4 |
|
BLAKE2b-256 | 430ffce1ed200718af5e705d7379f18ab33d4d337567494e5c89b793b588dd80 |