X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fsettings.py;h=83aeeb4215a8fc15646cd22434c81635ea57b161;hb=e09f41188f14b091094725f074cf35837e19d4b0;hp=d5fd7b1a7509c87a8def367589ba46cd055824d3;hpb=3d3b4b3d8f694df76b7be490ca025302f8ba19ae;p=patchwork diff --git a/apps/settings.py b/apps/settings.py index d5fd7b1..83aeeb4 100644 --- a/apps/settings.py +++ b/apps/settings.py @@ -98,6 +98,9 @@ DEFAULT_FROM_EMAIL = 'Patchwork ' 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: