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': '',