Changing database name from app_new to app

This commit is contained in:
Levi 2016-04-10 16:23:30 -05:00
parent 7dd4f7e70a
commit 1ac1e2c4e1

View file

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