[PATCH] settings: Enable the REST API by default

Stephen Finucane stephen at that.guru
Fri May 5 04:51:17 AEST 2017


The release notes say this is already the case. As the API is now
functionally complete, there's no reason not to toggle this. Make it so.

Signed-off-by: Stephen Finucane <stephen at that.guru>
---
 patchwork/settings/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patchwork/settings/base.py b/patchwork/settings/base.py
index e6d34ba..5f6aebe 100644
--- a/patchwork/settings/base.py
+++ b/patchwork/settings/base.py
@@ -224,7 +224,7 @@ NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL
 ENABLE_XMLRPC = False
 
 # Set to True to enable the Patchwork REST API
-ENABLE_REST_API = False
+ENABLE_REST_API = True
 
 REST_RESULTS_PER_PAGE = 30
 
-- 
2.9.3



More information about the Patchwork mailing list