summaryrefslogtreecommitdiff
path: root/patchwork/urls.py
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-21 12:05:58 +0100
committerStephen Finucane <stephen@that.guru>2019-06-17 15:05:03 +0100
commit90e85f9de201ede696d6d30b65f5eb49c34af665 (patch)
tree24acc3386262f55eaaf5bd4ba0f3a2430bc493b4 /patchwork/urls.py
parent5ee0c0fdb0fc85f6e03ed55b04c918fa2ee0659b (diff)
downloadpatchwork-90e85f9de201ede696d6d30b65f5eb49c34af665.tar
patchwork-90e85f9de201ede696d6d30b65f5eb49c34af665.tar.gz
Remove pwclient
Let's start managing this via a separate project, which will allow the client to evolve separately from the server. No redirect is added for the old '/pwclient' URL as it seems wiser to return a HTTP 404 error code. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'patchwork/urls.py')
-rw-r--r--patchwork/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/patchwork/urls.py b/patchwork/urls.py
index 935e25f..cfcf04d 100644
--- a/patchwork/urls.py
+++ b/patchwork/urls.py
@@ -143,8 +143,6 @@ if 'debug_toolbar' in settings.INSTALLED_APPS:
if settings.ENABLE_XMLRPC:
urlpatterns += [
url(r'xmlrpc/$', xmlrpc_views.xmlrpc, name='xmlrpc'),
- url(r'^pwclient/$', pwclient_views.pwclient,
- name='pwclient'),
url(r'^project/(?P<project_id>[^/]+)/pwclientrc/$',
pwclient_views.pwclientrc,
name='pwclientrc'),