projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655994d
)
Add admin contact info.
author
David ‘Bombe’ Roden
<bombe@demoscenemusic.org>
Wed, 8 May 2013 19:59:51 +0000
(21:59 +0200)
committer
David ‘Bombe’ Roden
<bombe@demoscenemusic.org>
Wed, 8 May 2013 19:59:51 +0000
(21:59 +0200)
settings.py.template
patch
|
blob
|
history
diff --git
a/settings.py.template
b/settings.py.template
index
440ab48
..
8ac7df5
100644
(file)
--- 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