]> git.ozlabs.org Git - patchwork/blobdiff - apps/settings.py
views/order: Apply default ordering as secondary
[patchwork] / apps / settings.py
index eabeffdbf5fcbd86565b62e166c7c2cbf93329dc..43a37d8fe539e3da9c6c6a82bdacb99de95536d4 100644 (file)
@@ -110,6 +110,15 @@ 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
+
+# Set to True to always generate https:// links instead of guessing
+# the scheme based on current access. This is useful if SSL protocol
+# is terminated upstream of the server (e.g. at the load balancer)
+FORCE_HTTPS_LINKS = False
+
 try:
     from local_settings import *
 except ImportError, ex: