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')),
Permissions
You should add queryset_reporter.can_use_reports
to regular users that you want to access the report view/creation page.
Example project credentials
In order to test the project, there's a Example project with a pre defined database that you can use right away. Here's the 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
Built Distribution
Hashes for queryset_reporter-2.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47ddb31e8a7059119600fe14f9d02a9bc0f127f207f9b0a2d159a9a751ace5df |
|
MD5 | da4b0aa90d5b69d8d7301b430e924b39 |
|
BLAKE2b-256 | 2788a48b0aa9285a4485078abe1c0c7b4328fada9fe5d100ad9fbc0698cef92b |