Reporting application for PyFB project
Project description
Your project description goes here
Documentation
The full documentation is at https://pyfb-reporting.readthedocs.io.
Quickstart
Install pyfb-reporting:
pip install pyfb-reporting
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pyfb_reporting.apps.PyfbReportingConfig',
...
)
Add pyfb-reporting’s URL patterns:
from pyfb_reporting import urls as pyfb_reporting_urls
urlpatterns = [
...
url(r'^', include(pyfb_reporting_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.9.4 (2020-02-19)
Add uuid field for CDR
Create RREvent model
0.9.3 (2019-06-23)
Show CDR form Latest one to older ones
0.9.2 (2019-06-22)
Add route_json in cdr
Remove unused field
Admin interface enhancements
0.9.1 (2019-06-18)
Change duration filed from integer to decimal.
0.9.0 (2019-04-30)
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
pyfb-reporting-0.9.4.tar.gz
(16.4 kB
view hashes)
Built Distribution
Close
Hashes for pyfb_reporting-0.9.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81a4f8ba25e2529cab126013647095105f8c1d9cb35769ed6d575c226d3b76ba |
|
MD5 | c623573e09025c410851f40c4e9278a6 |
|
BLAKE2b-256 | 55ce3fec6961c3a4cda33d5b106860998642784306d15a0875850be0b2df867e |