From: David ‘Bombe’ Roden Date: Wed, 8 May 2013 19:59:51 +0000 (+0200) Subject: Add admin contact info. X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=commitdiff_plain;h=7102715f837523b4cda9c1240a73b740ad92f8b9 Add admin contact info. --- 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