X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=d5eb8acf84bb14776627d5bc3af847da9476fabf;hb=ef5250034c082f44975804fa03bc9f695802f630;hp=e3d71db4908a11fab561fe86c579b3efd5f228de;hpb=9e5aa45049a4f28686dd94f33a2ef138c8600bb8;p=matthijs%2Fprojects%2Fdorestad-bookings.git diff --git a/settings.py b/settings.py index e3d71db..d5eb8ac 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 @@ -25,7 +26,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with # although not all choices may be available on all operating systems. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = 'America/Chicago' +TIME_ZONE = 'Europe/Amsterdam' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html