]> git.ozlabs.org Git - patchwork/blobdiff - apps/settings.py
Add patch_get_by_hash method to XMLRPC interface
[patchwork] / apps / settings.py
index d5fd7b1a7509c87a8def367589ba46cd055824d3..83aeeb4215a8fc15646cd22434c81635ea57b161 100644 (file)
@@ -98,6 +98,9 @@ DEFAULT_FROM_EMAIL = 'Patchwork <patchwork@patchwork.example.com>'
 
 ACCOUNT_ACTIVATION_DAYS = 7
 
+# Set to True to enable the Patchwork XML-RPC interface
+ENABLE_XMLRPC = False
+
 try:
     from local_settings import *
 except ImportError, ex: