X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fsettings.py;h=537c38053aa92163e7cc9c1d5b157f5e54eb42ef;hb=5d0140ef04ababd93c45b5126ee1b412bd778da5;hp=eabeffdbf5fcbd86565b62e166c7c2cbf93329dc;hpb=9cad811db49b15534c1f926c9b1e24cf038df7e7;p=patchwork 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: