From 38db5039d908d730306dade1c381572d7e027be2 2024-02-07 03:19:28 From: Ben Sturmfels Date: 2024-02-07 03:19:28 Subject: [PATCH] Move /cast/ to /cast/the-corresponding-source/ This makes room for addition of other podcasts later. --- diff --git a/conservancy/urls.py b/conservancy/urls.py index 865a0706d512b9e1cc68c9fd8aa942527c64c31a..b2a6916bfc43311d4478df5bea8f0363a3ce218a 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')), ]