X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=settings.py.template;h=8ac7df58c8a99686c354dd3f42e92d1091f01d83;hb=7102715f837523b4cda9c1240a73b740ad92f8b9;hp=440ab4895916e465bfe78d0c1bc1afa8be267f84;hpb=655994de08e4c57ff6688bed759f639b66bd9373;p=demoscenemusic.git diff --git a/settings.py.template b/settings.py.template index 440ab48..8ac7df5 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