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.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.2.tar.gz
(13.7 kB
view hashes)
Built Distribution
Close
Hashes for pyfb_reporting-0.9.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad2e270f533ecac4a05887bc29a5c93b1a7b1fa2ab495b28d352d485827adc11 |
|
MD5 | f6fae88ca804513415ca34d70d4355f5 |
|
BLAKE2b-256 | 20da370b942f1c804fbc7a949981120bdeef94806d5538de09eb526723b636a7 |