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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.18-py2.py3-none-any.whl (32.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.18.tar.gz
Algorithm Hash digest
SHA256 ecd9bf5459fa28da24acf046718438d3c2c5959d83dd4a9bc2c664cfc2509b79
MD5 419d448a7f52b92d5c404a130ff73340
BLAKE2b-256 96c43f2b966b73fcfd08eda1daec09113301958c2fb0ec773eeba1738d0604d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.18-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5934b9264d4d1f908e50155b891d54723abf8a96a7bb64731220501bf535f20f
MD5 4aa0453419ea35d6446d5518a307ee03
BLAKE2b-256 87557d5f1e0c7f9a011e3b6c10c1d55fce67434da2540bab865d6734cd3b42e9

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