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

Uploaded Source

Built Distribution

django_flexible_reports-0.1.14-py2.py3-none-any.whl (30.5 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.1.14.tar.gz
Algorithm Hash digest
SHA256 a9ec5977a8f5692e0458a170bc9a8050b098bd82309b7b512d7a01bc5ccdc00b
MD5 207a470cc9a1b5eaafacea2127374bdd
BLAKE2b-256 e11f82c1308f91f471a7609ee943f543ec101a2a28756b94b4bcc83d77a7d03e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.1.14-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 49b08eebb854995d7adb32a36f628c88aacc48af552916ab1c4e7da974f70f05
MD5 4e0a3f3f15f2338075dc3224589450ac
BLAKE2b-256 7e7392da4141807e106bf524fb5372bd9e0bc6417725cbc695fcae819dbbbfb2

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