Company package for pyfreebilling application
Project description
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:
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyfb-company-1.3.0.tar.gz
.
File metadata
- Download URL: pyfb-company-1.3.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ebac3712c17cd568908317eace5aedf78f27ea3e15f105baa7efb73b7925a86 |
|
MD5 | fc4181f07ac5d1a88682849ce84817f1 |
|
BLAKE2b-256 | 60c0ef4e6587803f22505334b9412223daffee0b8a597246a6de3dd43879574b |
File details
Details for the file pyfb_company-1.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyfb_company-1.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4a1893114e3e343608dba05e9af2623d28fb5d33246f6bde51a3077a0884cf6 |
|
MD5 | 06da44513a82eb489db2e5ecd104019d |
|
BLAKE2b-256 | 98079fcbc61106a28d974106f734ea00011168079059d2b55b90023908028e0d |