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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.7-py2.py3-none-any.whl (25.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.7.tar.gz
Algorithm Hash digest
SHA256 4b49c05f909520d37e8a17f45880d749982f2809e66d4aba877fad9eada25ffa
MD5 49ff57d98ba40f88d3e3c71b67f5fdf6
BLAKE2b-256 c08a018e8d7e6700a5b7dee28acef86f6791ca8f5c718737dce1f583d701ea0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a4965cfd2e1128467e20e7f3870ffde65c3eaced0e69722edd4c818186cfaac9
MD5 cf2a0350d874b7407e545354d30fb61a
BLAKE2b-256 f30addba30bd0526b4e52223e0622f76014a6877e212eb86347d865492a01a2d

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