Browse Source

added default from email address and account activation days, as registration needs them

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
3cee925da6
  1. 6
      pyweb/settings.py

6
pyweb/settings.py

@ -22,6 +22,12 @@ MUMBLE_DJANGO_ROOT = None; ##
#################################################################
#################################################################
# Default email address to send mails from.
DEFAULT_FROM_EMAIL = "webmaster@localhost"
ACCOUNT_ACTIVATION_DAYS = 30
from os.path import join, dirname, abspath

Loading…
Cancel
Save