From e9864d7cc217bbb8104d206e537b66eab038f52e Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 7 Mar 2012 10:32:11 +0000 Subject: [PATCH] Add Ole as admin, so he'll get tracebacks. - Legacy-Id: 4064 --- ietf/settings.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ietf/settings.py b/ietf/settings.py index f7cb29682..94e82b569 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -24,6 +24,7 @@ ADMINS = ( ('IETF Django Developers', 'django-project@' + IETF_DOMAIN), ('GMail Tracker Archive', 'ietf.tracker.archive+errors@gmail.com'), ('Henrik Levkowetz', 'henrik@levkowetz.com'), + ('Ole Laursen', 'olau@iola.dk'), ) # Server name of the tools server @@ -38,18 +39,18 @@ MANAGERS = ADMINS DATABASES = { 'default': { - 'NAME': 'ietf_new', + 'NAME': 'ietf_utf8', 'ENGINE': 'django.db.backends.mysql', 'USER': 'ietf', #'PASSWORD': 'ietf', - }, + }, 'legacy': { 'NAME': 'ietf', 'ENGINE': 'django.db.backends.mysql', 'USER': 'ietf', #'PASSWORD': 'ietf', - }, - } + }, +} # Local time zone for this installation. Choices can be found here: # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE