Skip to content

Commit e9864d7

Browse files
committed
Add Ole as admin, so he'll get tracebacks.
- Legacy-Id: 4064
1 parent 9a6ee22 commit e9864d7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

ietf/settings.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
('IETF Django Developers', 'django-project@' + IETF_DOMAIN),
2525
('GMail Tracker Archive', 'ietf.tracker.archive+errors@gmail.com'),
2626
('Henrik Levkowetz', 'henrik@levkowetz.com'),
27+
('Ole Laursen', 'olau@iola.dk'),
2728
)
2829

2930
# Server name of the tools server
@@ -38,18 +39,18 @@
3839

3940
DATABASES = {
4041
'default': {
41-
'NAME': 'ietf_new',
42+
'NAME': 'ietf_utf8',
4243
'ENGINE': 'django.db.backends.mysql',
4344
'USER': 'ietf',
4445
#'PASSWORD': 'ietf',
45-
},
46+
},
4647
'legacy': {
4748
'NAME': 'ietf',
4849
'ENGINE': 'django.db.backends.mysql',
4950
'USER': 'ietf',
5051
#'PASSWORD': 'ietf',
51-
},
52-
}
52+
},
53+
}
5354

5455
# Local time zone for this installation. Choices can be found here:
5556
# http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE

0 commit comments

Comments
 (0)