Skip to main content

A framework for report generation in Django

Project description

https://badge.fury.io/py/django-flexible-reports.svg https://travis-ci.org/mpasternak/django-flexible-reports.svg?branch=master https://codecov.io/gh/mpasternak/django-flexible-reports/branch/master/graph/badge.svg

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.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 Distribution

django-flexible-reports-0.1.17.tar.gz (20.9 kB view details)

Uploaded Source

Built Distribution

django_flexible_reports-0.1.17-py2.py3-none-any.whl (32.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-flexible-reports-0.1.17.tar.gz.

File metadata

File hashes

Hashes for django-flexible-reports-0.1.17.tar.gz
Algorithm Hash digest
SHA256 56458eaaefa77de0ae055a818f98aca3b822439eba4ad03d9667463b587da89f
MD5 60c5a23f6a0c32c7638ab174d661bb14
BLAKE2b-256 21dfcadcb447f26b17d1cee0eb9b3325c32c5ac30f9d467d238ef1de7a8b3d78

See more details on using hashes here.

File details

Details for the file django_flexible_reports-0.1.17-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_flexible_reports-0.1.17-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a7cc4b0c875b80ab4ac425bb05a9d916dd252f0154dab102af4e9f84f5911e35
MD5 2c3a9855d1d1f42206d9c1cd0bbd7aef
BLAKE2b-256 8b84aa4269221c3a65450d1dd2bd62d94c5747b40bd5bdbdae48a7039b09ced7

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