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.2.0.tar.gz (110.6 kB view details)

Uploaded Source

Built Distribution

queryset_reporter-2.2.0-py3-none-any.whl (118.3 kB view details)

Uploaded Python 3

File details

Details for the file queryset_reporter-2.2.0.tar.gz.

File metadata

  • Download URL: queryset_reporter-2.2.0.tar.gz
  • Upload date:
  • Size: 110.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for queryset_reporter-2.2.0.tar.gz
Algorithm Hash digest
SHA256 d85fc421914c285ccd889bdd7cae4191ebca09970d3a24de3a3db9238054327b
MD5 ea96b8bdd8cc7aa87a0b6e80448c0c57
BLAKE2b-256 592c71072f6a3da97216a03b9f316dbab1a29233dcd09a10cb40bd138b735a9c

See more details on using hashes here.

File details

Details for the file queryset_reporter-2.2.0-py3-none-any.whl.

File metadata

  • Download URL: queryset_reporter-2.2.0-py3-none-any.whl
  • Upload date:
  • Size: 118.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2

File hashes

Hashes for queryset_reporter-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8fc8dfba24efb3b8e001c3a6af6d4196b11a2c0fdc268fa22c30e669ba1cbbb6
MD5 aa9582f342e2a1ce4caa869503ec3f69
BLAKE2b-256 76e94e3769f7de5dcdff918ba89cc97d10f206dddba4dfa4e4e4470ec25e44f5

See more details on using hashes here.

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