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://codecov.io/gh/mpasternak/django-flexible-reports/branch/master/graph/badge.svg

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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.8-py2.py3-none-any.whl (25.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.8.tar.gz
Algorithm Hash digest
SHA256 98fad021b191ec8fb0f312eec7ec162a3676f76d4b8e9ba2dae24ddd044fa5a3
MD5 d33e2b4e0730d1e4fc9dc67bb7354ef4
BLAKE2b-256 f255e892926af0f036266feabe4d8aa5fff10d477ddd4d15a683dabbbfd81c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ce549fbc1e7faf8d6201fd0f265ae7f7a16dab8e97b498fe38cd8a625549a807
MD5 62bbac052c6fee831020c2ca37b4e303
BLAKE2b-256 2c0b318550d2ddc838aab3c793ff2a0bbd906c669ce37595212b6a514c8d86f2

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