Implement websocket proxy

This commit is contained in:
Jens Langhammer
2019-04-10 19:03:42 +02:00
parent 04d613cb28
commit c9ac10f6f6
5 changed files with 107 additions and 4 deletions

View File

@ -1,5 +1,5 @@
"""Application Security Gateway settings"""
# INSTALLED_APPS = [
# 'revproxy'
# ]
INSTALLED_APPS = [
'channels'
]
ASGI_APPLICATION = "passbook.app_gw.websocket.routing.application"