Changing database name from app_new to app
This commit is contained in:
parent
7dd4f7e70a
commit
1ac1e2c4e1
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ CMS_TEMPLATES = (
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'app_new',
|
'NAME': 'app',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue