From 099ff0779f0e56e42dc0b98b5176cef943965341 Mon Sep 17 00:00:00 2001 From: Leo Fahrbach <leo.fahrbach@tum.de> Date: Sat, 24 Apr 2021 15:20:04 +0200 Subject: [PATCH] Note on deployment. --- docs/deploying.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deploying.md b/docs/deploying.md index b36d97e..9a012bb 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -14,6 +14,11 @@ source venv/bin/activate pip install repo/requirements.txt ``` +### TODO channels integration + +- redis layer +- asgi webserver, like guvicorn, daphne, ... + ### Configuration TODO -- GitLab