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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.25-py2.py3-none-any.whl (36.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.25.tar.gz
Algorithm Hash digest
SHA256 38cb43ce42ff8b66e56c922e79749a760d9c2b1fa459ba58a97ea380c77b1f2c
MD5 033f276df21d5f9aa1efa7e62c4cee9e
BLAKE2b-256 22a02e50508a82e1b138242bbe4cd70c577b54867b5d77ccc9f7f9f0a235689c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.25-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bdb5f0220254f0e330417020fefc7b74d67e9c2a2d6dd2ca9c09559aaafe649f
MD5 c79d015d09b13ab1452a814063f595a2
BLAKE2b-256 d5a716122cb4ad7921be216c3a0538ef959080cbb3833b918b04c4163194b503

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