Private
Public Access
1
0

adding server error view

This commit is contained in:
Sander Roosendaal
2022-09-17 12:08:21 +02:00
parent c7f1306df1
commit 05571dc9d6
2 changed files with 2 additions and 1 deletions

View File

@@ -385,7 +385,7 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = True
# admin stuff for error reporting
SERVER_EMAIL = 'admin@rowsandall.com'
ADMINS = [('Sander', 'roosendaalsander@gmail.com')]
ADMINS = [('Sander', 'roosendaalsander@gmail.com'),]
CACHES = {
'default': {