X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=f23d20c4c62e66c03ae4a808ad4ec928320c40c0;hb=426cb2ff0508dfecbff4b5b55e752449df9c31d0;hp=15de0b1e83fafd310d4bb4f3a68c2bd7c7e53535;hpb=9033badfc143b8568941520ff8e3f8d85d18067e;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