pyfb-reporting

Reporting application for PyFB project


Keywords
pyfb-reporting
License
MIT
Install
pip install pyfb-reporting==0.9.5

Documentation

pyfb-reporting

https://travis-ci.org/mwolff44/pyfb-reporting.svg?branch=master

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: