From 473f10cf43887f2cd9d652e72af0e429a7f4c449 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Mon, 6 Sep 2021 15:56:01 +0200 Subject: [PATCH] some cleanup, bugfix: keyboard in it mail --- README.md | 4 ++++ TODO | 9 +++++++++ eva/settings_production.py | 2 +- evapp/settings.py | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 811a6cc..0792083 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ environment managing tool python manage.py runserver +# oauth + +- You need to add oauth information in the django backend via .../admin in "Social Accounts" + # production - you can use gunicorn as server for example instead of the django development server. diff --git a/TODO b/TODO index 1b07db2..4b05b0c 100644 --- a/TODO +++ b/TODO @@ -9,3 +9,12 @@ * logging in production? print landet nicht in der logdatei? * better error handling with mail sending. + +* Der Punkt "Braucht Keinen Arbeitsplatz Weil Home-Office" ist ein bisschen verwirrend, meiner Meinung nach. In einem Formular gerade steht "Braucht Keinen Arbeitsplatz Weil Home-Office: Nein" + +Es ist nicht so eindeutig ob das Nein emphatisch ist "Nein, braucht keinen" +oder eine doppelte Negation des satzes. "Keinen Arbeitsplatz? Nein -> braucht Arbeitsplatz" + +Ich denke, mit so was wie "Braucht Arbeitsplatz in der GS?", bleibt's eindeutig + +* Tastaturlayout should be in mail to IT diff --git a/eva/settings_production.py b/eva/settings_production.py index de205c5..5a77b71 100644 --- a/eva/settings_production.py +++ b/eva/settings_production.py @@ -172,7 +172,7 @@ AUTHENTICATION_BACKENDS = ( SITE_ID = 1 ACCOUNT_EMAIL_VERIFICATION = 'none' - +# ACCOUNT_EMAIL_REQUIRED = True ACCOUNT_LOGOUT_ON_GET = True LOGIN_REDIRECT_URL = 'home' diff --git a/evapp/settings.py b/evapp/settings.py index 9222c05..a519907 100644 --- a/evapp/settings.py +++ b/evapp/settings.py @@ -14,6 +14,7 @@ MAILS = { 'DATA': [ 'laptop', 'os', 'comment', 'email', 'landline', 'lists', 'mobile', 'department', 'accounts', 'language', 'screen', 'remote', 'desk', + 'keyboard', ], }, 'OFFICE': {