Last updated:
0 purchases
pyfbrating 1.0.0
Rating application for PyFB project
Documentation
The full documentation is at https://pyfb-rating.readthedocs.io.
Quickstart
Install pyfb-rating:
pip install pyfb-rating
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pyfb_rating.apps.PyfbRatingConfig',
...
)
Add pyfb-rating’s URL patterns:
from pyfb_rating import urls as pyfb_rating_urls
urlpatterns = [
...
url(r'^', include(pyfb_rating_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.0.0 (2020-05-21)
stable version
0.11.3 (2019-06-17)
Bug : remove unused view (cause issue in some setup).
0.11.2 (2019-05-20)
Bug : correct discount model.
0.11.0 (2018-12-21)
Add ratecard allocation to customer.
0.10.0 (2018-12-20)
Some corrections.
0.9.0 (2018-12-05)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.