Last updated:
0 purchases
pyfbdirection 1.0.4
Phonenumber’s direction package
Documentation
The full documentation is at https://pyfb-direction.readthedocs.io.
Quickstart
Install pyfb-direction:
pip install pyfb-direction
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pyfb_direction.apps.PyfbDirectionConfig',
...
)
Add pyfb-direction’s URL patterns:
from pyfb_direction import urls as pyfb_direction_urls
urlpatterns = [
...
url(r'^', include(pyfb_direction_urls)),
...
]
Features
Telephony prefix management linking prefix with destination, country, network type and Carrier
Admin interface
CSV import / export
web template with Bootstrap 4
APIs
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.4 (2020-05-26)
Update views
Update dependencies
1.0.3 (2020-04-20)
Destination count in per country was wrong
Add search feature in country, prefix, region view
Update test config
Add feature to evaluate risk
1.0.2 (2019-03-27)
Change carrier to be nullable in destination model
Destination’s screen improvements
1.0.1 (2019-01-30)
SQL view for Kamailio
1.0.0 (2018-11-15)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.