From 7102715f837523b4cda9c1240a73b740ad92f8b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 8 May 2013 21:59:51 +0200 Subject: [PATCH] Add admin contact info. --- settings.py.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4