projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9033bad
)
* Put my email in the ADMINS settings, so I get mailed when a server error occurs.
author
Matthijs Kooijman
<matthijs@stdio.flexvps.nl>
Wed, 13 Feb 2008 11:37:08 +0000
(12:37 +0100)
committer
Matthijs Kooijman
<matthijs@stdio.flexvps.nl>
Wed, 13 Feb 2008 11:37:08 +0000
(12:37 +0100)
settings.py
patch
|
blob
|
history
diff --git
a/settings.py
b/settings.py
index 15de0b1e83fafd310d4bb4f3a68c2bd7c7e53535..f23d20c4c62e66c03ae4a808ad4ec928320c40c0 100644
(file)
--- a/
settings.py
+++ b/
settings.py
@@
-12,7
+12,8
@@
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (
- # ('Your Name', 'your_email@domain.com'),
+ # Server errors get sent here
+ ('Matthijs Kooijman', 'matthijs@stdin.nl'),
)
MANAGERS = ADMINS