summaryrefslogtreecommitdiffstats
path: root/apps/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.py')
-rw-r--r--apps/settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.py b/apps/settings.py
index eabeffd..537c380 100644
--- a/apps/settings.py
+++ b/apps/settings.py
@@ -110,6 +110,10 @@ NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL
# Set to True to enable the Patchwork XML-RPC interface
ENABLE_XMLRPC = False
+# set to True to enable redirections or URLs from previous versions
+# of patchwork
+COMPAT_REDIR = True
+
try:
from local_settings import *
except ImportError, ex: