X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=f23d20c4c62e66c03ae4a808ad4ec928320c40c0;hb=687734094499d8c8cb11d726ddc838d64abede42;hp=15de0b1e83fafd310d4bb4f3a68c2bd7c7e53535;hpb=e0a6b803cd22cdf9b2b5a1e70cfaf4d377c7efa3;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/settings.py b/settings.py index 15de0b1..f23d20c 100644 --- a/settings.py +++ b/settings.py @@ -12,7 +12,8 @@ DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@domain.com'), + # Server errors get sent here + ('Matthijs Kooijman', 'matthijs@stdin.nl'), ) MANAGERS = ADMINS