production changes
This commit is contained in:
parent
7b8a12e3ce
commit
afc7c68cb7
5 changed files with 14989 additions and 3 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue