summaryrefslogtreecommitdiffstats
path: root/apps/settings.py
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-08-22 11:17:59 +0800
committerJeremy Kerr <jk@ozlabs.org>2008-08-22 11:17:59 +0800
commit6c05b0fcd8cdaaeadc5de7c3d575dd3be88e43d4 (patch)
tree9d376778771827ad8995ec1c5581410ba59a546b /apps/settings.py
parentc48e0b7ae7ee309b86b7a44de76f1858c080342a (diff)
downloadpatchwork-6c05b0fcd8cdaaeadc5de7c3d575dd3be88e43d4.tar.bz2
patchwork-6c05b0fcd8cdaaeadc5de7c3d575dd3be88e43d4.tar.xz
Use DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAIL
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/settings.py')
-rw-r--r--apps/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.py b/apps/settings.py
index 8b33182..719b9d1 100644
--- a/apps/settings.py
+++ b/apps/settings.py
@@ -94,6 +94,6 @@ INSTALLED_APPS = (
)
DEFAULT_PATCHES_PER_PAGE = 100
-PATCHWORK_FROM_EMAIL = 'Patchwork <patchwork@patchwork.example.com>'
+DEFAULT_FROM_EMAIL = 'Patchwork <patchwork@patchwork.example.com>'
ACCOUNT_ACTIVATION_DAYS = 7