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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.4-py2.py3-none-any.whl (19.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c6bb85c9173eca2a13ae2b80acb38eb669823c12057b6c8fda38dbb3608847b0
MD5 2c2cc234794bf99d98fc03f64e282e99
BLAKE2b-256 31e0bea4c8f9e68e8230f9fe30ec6305295b1304e94734464a766c627c031313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 72ac6f216c4b7b528f7c952cf4ac66887a2e0f2b3bf0665327f311cd1232e799
MD5 64cb07e8318db9a9d817c8055f84309b
BLAKE2b-256 99920db80032b4c1c2b686fbdbd5f9fc58cc569d60a9d9d8b0b37902670000ac

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