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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.15-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.15.tar.gz.

File metadata

File hashes

Hashes for django-flexible-reports-0.1.15.tar.gz
Algorithm Hash digest
SHA256 413dcbeddef3b0dc36d92c41830dcb4d160ca8d017096bf5b1be3d831e6d4e5a
MD5 496778d3e203b61fb8c7c6bf6a961342
BLAKE2b-256 f85271bf1f9c845683afa611bbd2c070af10353771896649d0ed0bff208198ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d7bae65d81427b919bca70242d77c002e4410dd7ec9e9eabe5f54622d8ed5182
MD5 b41b57556be8e03acd427574b545d289
BLAKE2b-256 4b6b9e65705240d8b950ede35838d7154b8650f795b18e6fd63f8a848cc9579d

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