Last updated:
0 purchases
pyfbcompany 1.3.0
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:
Cookiecutter
cookiecutter-djangopackage
History
1.3.0 (2020-12-23)
Move Customer related stuff to customer model
Move Provider related stuff ti provider model
1.2.0 (2020-09-17)
Addition of a parameter to authorize the update of the balance
1.1.0 (2020-09-14)
Add a settings to block call if credit limit is reached
1.0.0 (2020-05-21)
update dependencies
0.9.0 (2018-12-10)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.