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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.13-py2.py3-none-any.whl (30.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.13.tar.gz
Algorithm Hash digest
SHA256 5c2db03753d2dee0e0467614ceff82ec0387588c6e31bc192f62675aea41e296
MD5 a264f135242fa0ded7bdc8f8886f482d
BLAKE2b-256 9b6427c4c77eb404bb7350b686edd981f54acb0cfd4ecd97a037874ed43ee614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c3f405c27a5069153e2a27b1dfb0d3f7f914b47595d5826a0b49b4252c241e26
MD5 eebd023d86f33f4ce0aea7327a83796c
BLAKE2b-256 0a3da090fde44e0d78f548bcca5533acf66f21d32bf395a920164a255658a8c0

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