some people forget to change the service email, so rather use an example one than a real one
This commit is contained in:
parent
bdf0af0c3d
commit
9233deb017
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user