pyfb-company

Company package for pyfreebilling application


Keywords
pyfb-company
License
MIT
Install
pip install pyfb-company==1.3.0

Documentation

pyfb-company

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

Company package for pyfreebilling application

Documentation

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

Quickstart

Install pyfb-company:

pip install pyfb-company

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pyfb_company.apps.PyfbCompanyConfig',
    ...
)

Add pyfb-company's URL patterns:

from pyfb_company import urls as pyfb_company_urls


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