From d98455744943f88717f116bd1c1331bef63cc802 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 10 Mar 2015 14:27:21 +0100 Subject: [PATCH] Updating local.py.example with required database backend --- settings/local.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/local.py.example b/settings/local.py.example index 947e0ee7..58f221bb 100644 --- a/settings/local.py.example +++ b/settings/local.py.example @@ -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': '',