summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-27 01:17:19 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-27 01:17:19 -0400
commit898940fd53dcd6edb7c421fe4f5182d8977d3e70 (patch)
tree410491a1181de0bf2838a2337c115f20ad6fb178 /settings.py
parent3bc3c7bc7e1f8bc3fd0319fec62d75b62c63031e (diff)
downloadhyperkitty-898940fd53dcd6edb7c421fe4f5182d8977d3e70.tar.gz
hyperkitty-898940fd53dcd6edb7c421fe4f5182d8977d3e70.tar.xz
hyperkitty-898940fd53dcd6edb7c421fe4f5182d8977d3e70.zip
Added myself as django admin to receive error log emails
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 11bcec4..02c272d 100644
--- a/settings.py
+++ b/settings.py
@@ -7,7 +7,7 @@ DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
- # ('Your Name', 'your_email@example.com'),
+ ('Aamir Khan', 'syst3m.w0rm+hk@gmail.com'),
)
MANAGERS = ADMINS