some people forget to change the service email, so rather use an example one than a real one

This commit is contained in:
Thomas Waldmann 2015-02-08 20:42:24 +01:00
parent bdf0af0c3d
commit 9233deb017

View File

@ -20,6 +20,9 @@ except KeyError:
# a local_settings.py file that imports this file).
pass
# service contact for showing on the "about" page:
SERVICE_CONTACT = 'your_email AT example DOT com'
# sender address for e.g. user activation emails
DEFAULT_FROM_EMAIL = "your_email@example.com"
@ -41,8 +44,6 @@ DATABASES = {
}
}
SERVICE_CONTACT = 'info AT nsupdate DOT info' # shown on "about" page
# these useragents are unacceptable for /nic/update service
BAD_AGENTS = set([]) # list can have str elements