logging
+ a logfile is now being written when something is edited or deleted + new logo (by Phyyyl)
This commit is contained in:
parent
721a2d5210
commit
4a710bafde
10 changed files with 33 additions and 2 deletions
|
|
@ -125,3 +125,5 @@ LOGIN_REDIRECT_URL = '/'
|
|||
LOGIN_URL = '/accounts/login'
|
||||
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
||||
LOGFILE = 'serverlog.log'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue