Browse Source

docu changes only

master
Benni Baermann 3 years ago
parent
commit
d442e3b3f6
2 changed files with 9 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +8
    -0
      TODO

+ 1
- 1
README.md View File

@ -36,7 +36,7 @@ entries to a csv file
## versions used in development ## versions used in development
python 3.8.2 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 django-formtools 2.2
whitenoise 5.2.0 whitenoise 5.2.0
gunicorn 20.0.4 gunicorn 20.0.4

+ 8
- 0
TODO View File

@ -19,3 +19,11 @@ other known problems:
and there is no Date to insert at the moment in forms for externs. 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 - 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

Loading…
Cancel
Save