Add admin contact info.
[demoscenemusic.git] / 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