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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.23-py2.py3-none-any.whl (36.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.23.tar.gz
Algorithm Hash digest
SHA256 cedf35cd88d717e72c1f78a2e6f846a24635bce2e05edc429194f43e7372e420
MD5 74132e8cb39a15c9bd66e017fbd98945
BLAKE2b-256 204dcb7c2f97ffc4bd39f83eb12da72e72827502c00a0ee6b5dacdf77247fb0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.23-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e19c432ccaddacf232cf60fe3480e66800d7bb6f0d056eb5574b85ca011fc014
MD5 444624297b902987466455eff4b2b00e
BLAKE2b-256 486266db7c4d4ef130af98c0edf1424468a842ff437aa77ac85e774a1affe4c4

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