Statistics
| Branch: | Tag: | Revision:

root / settings.d / 00-admins.conf @ 9da33f32

History | View | Annotate | Download (370 Bytes)

1
# -*- coding: utf-8 -*-
2
#
3
# Admin names and email addresses
4
##################################
5

    
6
ADMINS = (
7
    # ('Your Name', 'your_email@domain.com'),
8
)
9

    
10
MANAGERS = ADMINS
11

    
12
# Email configuration
13
EMAIL_HOST = "127.0.0.1"
14
EMAIL_HOST_USER = ""
15
EMAIL_HOST_PASSWORD = ""
16
DEFAULT_CHARSET = 'utf-8'
17

    
18
# Address to use for outgoing emails
19
SYSTEM_EMAIL_ADDR = "nobody@grnet.gr"