Add admin contact info.
authorDavid ‘Bombe’ Roden <bombe@demoscenemusic.org>
Wed, 8 May 2013 19:59:51 +0000 (21:59 +0200)
committerDavid ‘Bombe’ Roden <bombe@demoscenemusic.org>
Wed, 8 May 2013 19:59:51 +0000 (21:59 +0200)
settings.py.template

index 440ab48..8ac7df5 100644 (file)
@@ -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