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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98e4e4a7e9e6fe591ef9127d6d6e28bc566ec7207feb71606f9f0bca09bf0eea |
|
MD5 | 80eb286f767542a975dc822e89ce4cb1 |
|
BLAKE2b-256 | a4c53d3d3d64c9525514c66ea8344edeaacd8e3dfc157c97adce23f9179f4830 |