]> git.ozlabs.org Git - patchwork/blobdiff - apps/settings.py
bundles: Remove separate public bundle views
[patchwork] / apps / settings.py
index eabeffdbf5fcbd86565b62e166c7c2cbf93329dc..537c38053aa92163e7cc9c1d5b157f5e54eb42ef 100644 (file)
@@ -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: