pyfb-did 1.0.3

Creator: railscoderz

Last updated:

Add to Cart

Description:

pyfbdid 1.0.3

Your project description goes here

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


Quickstart
Install pyfb-did:
pip install pyfb-did
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pyfb_did.apps.PyfbDidConfig',
...
)
Add pyfb-did’s URL patterns:
from pyfb_did import urls as pyfb_did_urls


urlpatterns = [
...
url(r'^', include(pyfb_did_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.3 (2020-05-21)

Update dependencies



1.0.2 (2019-06-26)

Add dependencies for migration



1.0.1 (2019-05-23)

Add domain in SQL view



1.0.0 (2019-01-30)

SQL view for kamailio



0.9.0 (2018-12-07)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.