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

Uploaded Source

Built Distribution

django_flexible_reports-0.2.6-py2.py3-none-any.whl (37.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.2.6.tar.gz
Algorithm Hash digest
SHA256 e5a9e4517ba7309854c5fd761b490c0f9ed8c6fb0f02420c5d3e8a62ebf9c9f9
MD5 b7a2663b2c917863ede908c1634e4342
BLAKE2b-256 118a84274ea7f15dc4b9af091372f6a7aae81eb5a1595852da328fce02894b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.2.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 568ba8f0166180edc3655b9b1957d596ac84aef3e7d6bd243ae63bbe0bed88cf
MD5 4e7e2979c05ecbcebb9209e7a748b663
BLAKE2b-256 dd036a8a4e90b22e53df9fdb03fbb3f76278169ab27669841b8ab852f9393fe8

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