Swap names so legacy is called "ietf" and new is "ietf_new"
- Legacy-Id: 3784
This commit is contained in:
parent
552e23d76a
commit
010ca9362e
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue