Skip to content

Commit c723b44

Browse files
committed
remove blog.urls from urls.py
1 parent 6f3d1ac commit c723b44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: cdhweb/urls.py

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
path("_500/", lambda _: 1 / 0), # for testing 500 error page
4242
# main apps
4343
path("people/", include("cdhweb.people.urls", namespace="people")),
44-
path("blog/", include("cdhweb.blog.urls", namespace="blog")),
4544
path("projects/", include("cdhweb.projects.urls", namespace="projects")),
4645
# search
4746
path("search/", SiteSearchView.as_view(), name="search"),

0 commit comments

Comments
 (0)