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

Uploaded Source

Built Distribution

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

File metadata

File hashes

Hashes for django-flexible-reports-0.2.7.tar.gz
Algorithm Hash digest
SHA256 0e2fb17d007c0321c82f5e78f8234529a85aa3192dbf37d2010e520b8dc96bf1
MD5 351de4f69283bbf2edcc5970e6b61b2c
BLAKE2b-256 586a100f85a57f447e2bfd65c08632e04295f6ce8d692d42afb0400412607e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.2.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 278a80a28fe85de1f35cd63cf64627b5b53be73c60b2dcb07fee222134bd7ada
MD5 d842e10382c5201f3efd4af272d9a20f
BLAKE2b-256 214759a01eca8aa41f5de7b5825b56d1863f5f18b11cee8a385731bd5648873c

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