some cleanup, bugfix: keyboard in it mail
This commit is contained in:
parent
0d56626cb9
commit
473f10cf43
|
@ -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
9
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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -14,6 +14,7 @@ MAILS = {
|
|||
'DATA': [
|
||||
'laptop', 'os', 'comment', 'email', 'landline', 'lists', 'mobile',
|
||||
'department', 'accounts', 'language', 'screen', 'remote', 'desk',
|
||||
'keyboard',
|
||||
],
|
||||
},
|
||||
'OFFICE': {
|
||||
|
|
Loading…
Reference in New Issue