From 6c05b0fcd8cdaaeadc5de7c3d575dd3be88e43d4 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 22 Aug 2008 11:17:59 +0800 Subject: Use DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAIL Signed-off-by: Jeremy Kerr --- apps/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.py') 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 ' +DEFAULT_FROM_EMAIL = 'Patchwork ' ACCOUNT_ACTIVATION_DAYS = 7 -- cgit v1.2.3