django-flexible-reports 0.2.10

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangoflexiblereports 0.2.10

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:

Cookiecutter
cookiecutter-djangopackage



History

0.2.10 (2022-07-07)

Drop support for Django 2.2 and below,
Drop support for Python 3.7,
Python 3.10 support,
Django 3.2 support,
enable GitHub Actions,
remove Travis-CI config.



0.1.0 (2017-07-20)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.