Skip to main content

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

License

MIT

Project details


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.3.tar.gz (109.1 kB view hashes)

Uploaded Source

Built Distribution

queryset_reporter-2.1.3-py3-none-any.whl (182.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page