projects
/
matthijs
/
projects
/
dorestad-bookings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d57f6ae
)
settings: Add myself as admin.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 18 Oct 2010 10:40:46 +0000
(12:40 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 18 Oct 2010 10:43:33 +0000
(12:43 +0200)
settings.py
patch
|
blob
|
history
diff --git
a/settings.py
b/settings.py
index cd6ed6476320a136101874bddb68734f1a42a63e..d5eb8acf84bb14776627d5bc3af847da9476fabf 100644
(file)
--- a/
settings.py
+++ b/
settings.py
@@
-8,7
+8,8
@@
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
- # ('Your Name', 'your_email@domain.com'),
+ # Server errors get sent here
+ ('Matthijs Kooijman', 'matthijs@stdin.nl'),
)
MANAGERS = ADMINS