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

Uploaded Source

Built Distribution

django_flexible_reports-0.2.3-py2.py3-none-any.whl (37.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.2.3.tar.gz
Algorithm Hash digest
SHA256 ac909c86df000fbd321753cbed7f956ae10ba687020441c933ec593eeb489f71
MD5 3d94432cc27327133a92231f73efa3dd
BLAKE2b-256 7752bda5bc0ccbe069f5987b9ba8f2af3d154a66c6405f6206dcf86d8c1cdc52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.2.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 474aea076906f0842d822f07c249ef4f0612a6dc3718ba1404ac13d4e652f5cb
MD5 c1505e10c97808b8a0a2fef04224731a
BLAKE2b-256 769cf69ee4cd3bf71fe789627f8434c8d36f2ffe63b8a6b2911d4b620b86aeed

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