production changes

This commit is contained in:
tmslav 2016-04-10 01:05:33 +00:00
commit afc7c68cb7
5 changed files with 14989 additions and 3 deletions

View file

@ -174,7 +174,7 @@ CMS_TEMPLATES = (
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'app',
'NAME': 'app_new',
}
}
@ -451,7 +451,7 @@ REGISTRATION_MESSAGE = {'subject': "Validation mail",
'message': 'Please validate Your account under this link http://localhost:8000/en-us/validate/{}',
'from': 'test@test.com'}
DEBUG = True
DEBUG = False
if DEBUG:
from .local import *