10 lines
238 B
Python
10 lines
238 B
Python
# Copyright The IETF Trust 2007, All Rights Reserved
|
|
|
|
DEFAULT_FROM_EMAIL = 'Django IETFdb Test Server<django-test@tools.ietf.org>'
|
|
SERVER_EMAIL = 'Django IETFdb Test Server<django-test@tools.ietf.org>'
|
|
|
|
SERVER_MODE = 'test'
|
|
|
|
|
|
SITE_ID = 1
|