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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.5-py2.py3-none-any.whl (19.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.5.tar.gz
Algorithm Hash digest
SHA256 f127ddf4487aecd18ddbca3326498ae2f0a878918053043dfa7c3ba086954a54
MD5 231881a5f97451da5c312e2e8c1137eb
BLAKE2b-256 194a337120354d1aedc3a1be0d6f62cb01c94df8c5a82d2212d76ab937fef647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5ef56d98e0b491cc2eb5affac4827f5099370a72e82c9ccab266dc6e77f3502f
MD5 651212955863863ae5e6f931b663c361
BLAKE2b-256 1c664767c5c94a2776c64681ccb8cca62cba43ae34fbcecebd0261fc40d0a327

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