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://coveralls.io/repos/github/mpasternak/django-flexible-reports/badge.svg?branch=master

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

Uploaded Source

Built Distribution

django_flexible_reports-0.2.1-py2.py3-none-any.whl (36.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2ef99c4609639c6c394567bf36d6a6b07bbbdfa8a7a9d965819f8024079fa606
MD5 6f2fc57904d5c75a785e2a2654613a2c
BLAKE2b-256 393700d1638461bd1484111a621f79ed1c425366daf15031e85c1a1885387a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e43a822a24cbbee1bb98246190a69cb331fee47dad6dec30fc38e22c8620a111
MD5 ce7168590b675a0d6dd10d3642d66bbe
BLAKE2b-256 ea10fb678da4765707349ed0e016587b9c158518e25c18e2dcc79ce880a87fe1

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