X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=settings.py.template;h=4ce7783454a7969ada3e84190aeea3ab80ee3b1c;hb=dc5d8c2958d8b7a098ee1a3df3c2fb4dcbdd7b27;hp=440ab4895916e465bfe78d0c1bc1afa8be267f84;hpb=655994de08e4c57ff6688bed759f639b66bd9373;p=demoscenemusic.git diff --git a/settings.py.template b/settings.py.template index 440ab48..4ce7783 100644 --- a/settings.py.template +++ b/settings.py.template @@ -1,10 +1,11 @@ # Django settings for DemosceneMusic project. +# encoding: utf-8 DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@example.com'), + ('David ‘Bombe’ Roden', 'bombe@demoscenemusic.org'), ) MANAGERS = ADMINS @@ -31,7 +32,7 @@ ALLOWED_HOSTS = [] # timezone as the operating system. # 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/Berlin' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html