From d442e3b3f64c3fb213d936b2c3deca23ca715512 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Mon, 21 Jun 2021 18:05:10 +0200 Subject: [PATCH] docu changes only --- README.md | 2 +- TODO | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1497a1..b9ba654 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ entries to a csv file ## versions used in development python 3.8.2 - django 3.1.1 + django 3.1.x (does not work with django 3.2 in the moment!) django-formtools 2.2 whitenoise 5.2.0 gunicorn 20.0.4 diff --git a/TODO b/TODO index 779d068..3ec440f 100644 --- a/TODO +++ b/TODO @@ -19,3 +19,11 @@ other known problems: and there is no Date to insert at the moment in forms for externs. - we should add dates to the outputs, to make it more useful in logfiles + +known problems in production: + +- works only with django == 3.1.x + +- reboot of container should be far more automated + +- puppet should provide the git source, and secrets.json and settings.py link