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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.16-py2.py3-none-any.whl (32.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.16.tar.gz
Algorithm Hash digest
SHA256 89217f508450f36918cbc11a7bd25d4ceb756e805c81da9aa60b4cafefe1a633
MD5 da88f679ce2aba3d5826efc7595f4fa3
BLAKE2b-256 e80fb79ed2b158b612ca483309c6207988a405ef8d7730137c91646b5de59f1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.16-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 afe3ada2d97340e2a5fbc45d79b80ad842a17087938a6ab244426ad6d824ade8
MD5 d4bcb3aa3ce42284fb1bbb2e97a47f29
BLAKE2b-256 37b3d508e403df1465a95a1812c8e5fdc45e663f8047960060c257050efbd3eb

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