Swap names so legacy is called "ietf" and new is "ietf_new"

- Legacy-Id: 3784
This commit is contained in:
Ole Laursen 2011-12-23 13:11:05 +00:00
parent 552e23d76a
commit 010ca9362e

View file

@ -38,13 +38,13 @@ MANAGERS = ADMINS
DATABASES = {
'default': {
'NAME': 'ietf',
'NAME': 'ietf_new',
'ENGINE': 'django.db.backends.mysql',
'USER': 'ietf',
#'PASSWORD': 'ietf',
},
'legacy': {
'NAME': 'ietf_legacy',
'NAME': 'ietf',
'ENGINE': 'django.db.backends.mysql',
'USER': 'ietf',
#'PASSWORD': 'ietf',