X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=655a76926478ddb83c57d9aac4141fb9c6a7290e;hb=b9ed704d186fd89927c1f4b3cdbe8ba8fdd4e133;hp=15de0b1e83fafd310d4bb4f3a68c2bd7c7e53535;hpb=e0a6b803cd22cdf9b2b5a1e70cfaf4d377c7efa3;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/settings.py b/settings.py index 15de0b1..655a769 100644 --- 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 @@ -91,12 +92,12 @@ INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', - 'django.contrib.sites', 'django.contrib.admin', 'xerxes.events', 'xerxes.influences', 'xerxes.base', 'xerxes.tools', + 'threadedcomments', ) TEMPLATE_CONTEXT_PROCESSORS = (