Skip to content

Commit 7dfc9f2

Browse files
committed
add blog urls to main routing
1 parent 878c85a commit 7dfc9f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorial/tutorial/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
# url(r'^blog/', include('blog.urls')),
1010

1111
url(r'^admin/', include(admin.site.urls)),
12+
url(r'^blog/', include('apps.blog.urls', namespace='blog')),
1213
)

0 commit comments

Comments
 (0)