Updating local.py.example with required database backend
parent
8f37048a55
commit
d984557449
|
@ -18,7 +18,7 @@ from .development import *
|
||||||
|
|
||||||
#DATABASES = {
|
#DATABASES = {
|
||||||
# 'default': {
|
# 'default': {
|
||||||
# 'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
# 'ENGINE': 'transaction_hooks.backends.postgresql_psycopg2',
|
||||||
# 'NAME': 'taiga',
|
# 'NAME': 'taiga',
|
||||||
# 'USER': 'taiga',
|
# 'USER': 'taiga',
|
||||||
# 'PASSWORD': '',
|
# 'PASSWORD': '',
|
||||||
|
|
Loading…
Reference in New Issue