From 38db5039d908d730306dade1c381572d7e027be2 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 7 Feb 2024 14:15:04 +1100 Subject: [PATCH] Move /cast/ to /cast/the-corresponding-source/ This makes room for addition of other podcasts later. --- conservancy/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy/urls.py b/conservancy/urls.py index 865a0706..b2a6916b 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -65,6 +65,6 @@ urlpatterns = [ path('assignment/', include('conservancy.assignment.urls')), url(r'^fossy/$', static_views.index), path('fossy/', include('conservancy.fossy.urls')), - path('cast/', include('conservancy.podjango.urls')), + path('cast/the-corresponding-source/', include('conservancy.podjango.urls')), path('usethesource/', include('conservancy.usethesource.urls')), ]