Updating local.py.example with required database backend

remotes/origin/enhancement/email-actions
Alejandro Alonso 2015-03-10 14:27:21 +01:00
parent 8f37048a55
commit d984557449
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from .development import *
#DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql_psycopg2',
# 'ENGINE': 'transaction_hooks.backends.postgresql_psycopg2',
# 'NAME': 'taiga',
# 'USER': 'taiga',
# 'PASSWORD': '',