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

Uploaded Source

Built Distribution

django_flexible_reports-0.2.8-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.8.tar.gz.

File metadata

File hashes

Hashes for django-flexible-reports-0.2.8.tar.gz
Algorithm Hash digest
SHA256 857d11137bcc7c67ecaa3fd5ba3479298f8a015a1534e12defa1ccb73200c2ff
MD5 8abe13c64dd8751e90e67d9f72a94dbc
BLAKE2b-256 56b82c531933c68ed892074ed4ffc93f4cd4a04a7472d106f64c17729a061d74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.2.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8026f3d796b48efe2284b4d029a6488cd8ef7245b35fb637c5ddfeb59f3d8d10
MD5 fa8d7071f60c144b88dde101c95bf22d
BLAKE2b-256 119ecba7c66c3a8be22ea69091155d7e79b4f1a87576c9bbda4272ccdecc1e30

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