Minor fixex in local.py.example

remotes/origin/enhancement/email-actions
David Barragán Merino 2015-07-10 13:06:32 +02:00
parent 77f9d34be6
commit b079f7709c
1 changed files with 20 additions and 2 deletions

View File

@ -16,6 +16,10 @@
from .development import *
#ADMINS = (
# ("Admin", "example@example.com"),
#)
DATABASES = {
'default': {
'ENGINE': 'transaction_hooks.backends.postgresql_psycopg2',
@ -27,11 +31,25 @@ DATABASES = {
}
}
#HOST="http://taiga.projects.kaleidos.net"
#
#SITES = {
# "api": {
# "scheme": "http",
# "domain": "localhost:8000",
# "name": "api"
# },
# "front": {
# "scheme": "http",
# "domain": "localhost:9001",
# "name": "front"
# },
#}
#SITE_ID = "api"
#MEDIA_ROOT = '/home/taiga/media'
#STATIC_ROOT = '/home/taiga/static'
# EMAIL SETTINGS EXAMPLE
#EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
#EMAIL_USE_TLS = False