Service Communicator for internal services
The full documentation is at https://service_communicator.readthedocs.io.
Install Service-Communicator:
pip install service_communicator
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'service_communicator.apps.service_communicator',
...
)
Add Service-Communicator's URL patterns:
from service_communicator import urls as service_communicator_urls
urlpatterns = [
...
url(r'^', include(service_communicator_urls)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: