A framework for report generation in Django
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-flexible-reports-0.1.3.tar.gz
.
File metadata
- Download URL: django-flexible-reports-0.1.3.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39d52045d149707397d525f4b38762871d461bcffad17df36c98252b6c291071 |
|
MD5 | 487e4689bbfe643535e6676572f76e8c |
|
BLAKE2b-256 | 23a7d725461b7d41f40c01d8da7131dcf2da1a894e0593513e36224a4ccedcb9 |
File details
Details for the file django_flexible_reports-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: django_flexible_reports-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 015930ea177edc45a2ee870f69d3b6dad66818c7ec8262a4d31671ae3e315303 |
|
MD5 | 935b72fbe13f171fb16d740e6785109a |
|
BLAKE2b-256 | 297e91544550c6d2d87f97130bfe4e44d461f21d859650bbd104436f64cfc570 |