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.1.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.0.tar.gz
(12.4 kB
view hashes)
Built Distribution
Close
Hashes for pyfb_reporting-0.9.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be1767ed4cb5c3e1e1e41717c7186dcbc9e45e59313e569b9a719a5101984b25 |
|
MD5 | 557b4a5a8d00a45c0362e82e9fd9da3e |
|
BLAKE2b-256 | ccb4c2d7fa93033cd025fa5357b72be6e127b6415cb748f79f771346b7cf6dfc |