From 3cee925da680d789e5ccb1ca65e112a5c170a421 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sat, 4 Apr 2009 17:55:33 +0200 Subject: [PATCH] added default from email address and account activation days, as registration needs them --- pyweb/settings.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyweb/settings.py b/pyweb/settings.py index 69606cd..a1557e9 100644 --- a/pyweb/settings.py +++ b/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