X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=359d0864d56d0d805f98cd47e1fda24a418cd818;hb=73d9c7d53dca584883af5c83c7ee2f7d4f1ad81a;hp=cd6ed6476320a136101874bddb68734f1a42a63e;hpb=d57f6ae002d6c990466f57be1fa55d5b365891f5;p=matthijs%2Fprojects%2Fdorestad-bookings.git diff --git a/settings.py b/settings.py index cd6ed64..359d086 100644 --- a/settings.py +++ b/settings.py @@ -8,7 +8,8 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@domain.com'), + # Server errors get sent here + ('Matthijs Kooijman', 'matthijs@stdin.nl'), ) MANAGERS = ADMINS @@ -77,4 +78,5 @@ TEMPLATE_DIRS = ( ) INSTALLED_APPS = ( + 'tickets', )