some cleanup, bugfix: keyboard in it mail

This commit is contained in:
Benni Bärmann 2021-09-06 15:56:01 +02:00
parent 0d56626cb9
commit 473f10cf43
4 changed files with 15 additions and 1 deletions

View File

@ -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.

9
TODO
View File

@ -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

View File

@ -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'

View File

@ -14,6 +14,7 @@ MAILS = {
'DATA': [
'laptop', 'os', 'comment', 'email', 'landline', 'lists', 'mobile',
'department', 'accounts', 'language', 'screen', 'remote', 'desk',
'keyboard',
],
},
'OFFICE': {