From a66875053f1014de3767937b1a918949c667ac74 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 9 Sep 2008 09:28:33 +1000 Subject: Add 'update' method to pwclient This requires a new xmlrpc function, 'patch_set'. To do this, we need HTTP Authentication support, which means changing to a custom XMLRPC distpatcher that is aware of the Authorization: header. Signed-off-by: Jeremy Kerr --- apps/urls.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/urls.py') diff --git a/apps/urls.py b/apps/urls.py index 9886fd7..5c4ac57 100644 --- a/apps/urls.py +++ b/apps/urls.py @@ -49,7 +49,3 @@ urlpatterns = patterns('', {'document_root': '/srv/patchwork/htdocs/images'}), ) -if settings.ENABLE_XMLRPC: - urlpatterns += patterns('', - (r'xmlrpc/$', 'django_xmlrpc.views.handle_xmlrpc'), - ) -- cgit v1.2.3