Skip to main content

A framework for report generation in Django

Project description

https://badge.fury.io/py/django-flexible-reports.svg https://github.com/mpasternak/django-flexible-reports/actions/workflows/tests.yml/badge.svg https://coveralls.io/repos/github/mpasternak/django-flexible-reports/badge.svg?branch=master

A framework for report generation in Django

Documentation

The full documentation is at https://django-flexible-reports.readthedocs.io.

Quickstart

Install Django Flexible Reports:

pip install django-flexible-reports

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'flexible_reports.apps.FlexibleReportsConfig',
    ...
)

Add Django Flexible Reports’s URL patterns:

from flexible_reports import urls as flexible_reports_urls


urlpatterns = [
    ...
    url(r'^', include(flexible_reports_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.2.10 (2022-07-07)

  • Drop support for Django 2.2 and below,

  • Drop support for Python 3.7,

  • Python 3.10 support,

  • Django 3.2 support,

  • enable GitHub Actions,

  • remove Travis-CI config.

0.1.0 (2017-07-20)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_flexible_reports-0.2.10-py3-none-any.whl (39.3 kB view details)

Uploaded Python 3

File details

Details for the file django_flexible_reports-0.2.10-py3-none-any.whl.

File metadata

File hashes

Hashes for django_flexible_reports-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 a55e03c9407cae0c5101420cd4cd7086fca45148163d60b0fb4247016edb1117
MD5 69d804bc6c9fde9ad6b78fcfe2459af7
BLAKE2b-256 361580a7d3d006fbeed7d4ab197fbb91116d96d2925853e65b48a49e241949b7

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