Merge pull request #27 from levivm/develop

Changing database name from app_new to app
This commit is contained in:
Levi Velázquez 2016-04-10 16:24:21 -05:00
commit f52a94db11
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',
}
}