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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.6-py2.py3-none-any.whl (26.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.6.tar.gz
Algorithm Hash digest
SHA256 9c8fb2d9a347b092a7d837c22c1751ad839d2e4f506f29c031dface5a62e86da
MD5 991f410e40eaa2b543c96309229d62d0
BLAKE2b-256 75112a4497a6b9f03f0e4765eb0bc1c149b39e38f1ea0740323c30b24fc4e4b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c845e7b2de4e80d837622330c28777236d6ab60d59084670cb6ab85e855707ba
MD5 3618022030b9c31beea500f8dc45f1e2
BLAKE2b-256 804b716b79cbb3631d722b5784cabd630e29a8d9ca8bcf6f3495dda32753763c

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