Skip to content

Commit

Permalink
remove blog.urls from urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahframe committed Aug 26, 2024
1 parent 6f3d1ac commit c723b44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdhweb/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
path("_500/", lambda _: 1 / 0), # for testing 500 error page
# main apps
path("people/", include("cdhweb.people.urls", namespace="people")),
path("blog/", include("cdhweb.blog.urls", namespace="blog")),
path("projects/", include("cdhweb.projects.urls", namespace="projects")),
# search
path("search/", SiteSearchView.as_view(), name="search"),
Expand Down

0 comments on commit c723b44

Please sign in to comment.