File diff ef3dd503d868 → 789d0c8c843a
conservancy/urls.py
Show inline comments
...
 
@@ -30,6 +30,7 @@ urlpatterns = [
 
    path('assignment/', include('conservancy.assignment.urls')),
 
    path('blog/', include('conservancy.blog.urls')),
 
    path('casts/the-corresponding-source/', include('conservancy.podjango.urls')),
 
    path('contacts/', include('conservancy.contacts.urls')),
 
    path('contractpatch/', include('conservancy.contractpatch.urls')),
 
    path('feeds/', feeds.view),
 
    path('feeds/blog/', feeds.BlogFeed()),