pyfb-customerportal

https://badge.fury.io/py/pyfb-customerportal.svg https://travis-ci.org/mwolff44/pyfb-customerportal.svg?branch=master https://codecov.io/gh/mwolff44/pyfb-customerportal/branch/master/graph/badge.svg

Customer portal for PyFreeBilling project

Documentation

The full documentation is at https://pyfb-customerportal.readthedocs.io.

Quickstart

Install pyfb-customerportal:

pip install pyfb-customerportal

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pyfb_customerportal.apps.PyfbCustomerportalConfig',
    ...
)

Add pyfb-customerportal’s URL patterns:

from pyfb_customerportal import urls as pyfb_customerportal_urls


urlpatterns = [
    ...
    url(r'^', include(pyfb_customerportal_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: