+ a logfile is now being written when something is edited or deleted
+ new logo (by Phyyyl)
This commit is contained in:
Clemens-Dautermann 2018-12-28 21:58:09 +01:00
parent 721a2d5210
commit 4a710bafde
10 changed files with 33 additions and 2 deletions

View file

@ -125,3 +125,5 @@ LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/accounts/login'
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
LOGFILE = 'serverlog.log'