pyfb-endpoint

Endpoint app for PyFreeBilling


Keywords
pyfb-endpoint
License
MIT
Install
pip install pyfb-endpoint==1.1.2

Documentation

pyfb-endpoint

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

Endpoint app for PyFreeBilling

Documentation

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

Quickstart

Install pyfb-endpoint:

pip install pyfb-endpoint

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pyfb_endpoint.apps.PyfbEndpointConfig',
    ...
)

Add pyfb-endpoint's URL patterns:

from pyfb_endpoint import urls as pyfb_endpoint_urls


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