We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbaf2d commit 74bdc59Copy full SHA for 74bdc59
django_blog/urls.py
@@ -20,5 +20,5 @@
20
urlpatterns = [
21
url(r'^admin/', admin.site.urls),
22
url(r'^blog/', include('blog.urls', namespace='blog')),
23
- url(r'', views.Index)
+ url(r'^$', views.Index)
24
]
0 commit comments