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

Uploaded Source

Built Distribution

django_flexible_reports-0.2.2-py2.py3-none-any.whl (36.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-flexible-reports-0.2.2.tar.gz
Algorithm Hash digest
SHA256 651ba8c4f0b0d0e9efb29e0f5ab9407073b3e9a7334b5134bc4777c689b47f0d
MD5 f5be37e2d8fd31b33869f633ed044aeb
BLAKE2b-256 a99c5d7db6f0f218f6b0954f0dfe271640507cd0e7df1e37f40c76d4e5607dd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_flexible_reports-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 77b19b596b987eb5217eb67f38abb1b8cccb48a3296f6e1a5e78cf47d1202440
MD5 72c4e4c544354e2f9250838760bde9f4
BLAKE2b-256 e25113abd74366453ceec18509638835fe8eacdcc14698e7ae31169187acc4ca

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