We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878c85a commit 7dfc9f2Copy full SHA for 7dfc9f2
tutorial/tutorial/urls.py
@@ -9,4 +9,5 @@
9
# url(r'^blog/', include('blog.urls')),
10
11
url(r'^admin/', include(admin.site.urls)),
12
+ url(r'^blog/', include('apps.blog.urls', namespace='blog')),
13
)
0 commit comments