Compare commits
No commits in common. "6bcb7589527c49d075548c7ac8bc4c0ef13528c6" and "0d56626cb97bbb75ec374f8a19f641021bec29a6" have entirely different histories.
6bcb758952
...
0d56626cb9
|
@ -24,10 +24,6 @@ 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.
|
||||
|
@ -53,4 +49,4 @@ run the following commands:
|
|||
|
||||
server starts with
|
||||
|
||||
export PYTHONUNBUFFERED=TRUE; nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' eva.wsgi &> logfile &
|
||||
nohup gunicorn --forwarded-allow-ips="*" -b '0:8000' eva.wsgi 2&> logfile &
|
||||
|
|
9
TODO
9
TODO
|
@ -9,12 +9,3 @@
|
|||
* 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,7 +14,6 @@ MAILS = {
|
|||
'DATA': [
|
||||
'laptop', 'os', 'comment', 'email', 'landline', 'lists', 'mobile',
|
||||
'department', 'accounts', 'language', 'screen', 'remote', 'desk',
|
||||
'keyboard',
|
||||
],
|
||||
},
|
||||
'OFFICE': {
|
||||
|
|
Loading…
Reference in New Issue