Changing database name from app_new to app

This commit is contained in:
Levi 2016-04-10 16:23:30 -05:00
parent 942464f6f6
commit fce44b2ec5
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ CMS_TEMPLATES = (
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'app_new',
'NAME': 'app',
}
}