X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=blog%2Furls.py;h=d58576af277da014b320125d9e6ece59922b4bd2;hb=705f08b190025689910342916669a0ed89cc5b18;hp=eecfb5facd9d49b20b269246c0ff8195bbe4e864;hpb=520a95911abd002abf604a7479170cc900359cbb;p=django-girls.git diff --git a/blog/urls.py b/blog/urls.py index eecfb5f..d58576a 100644 --- a/blog/urls.py +++ b/blog/urls.py @@ -3,4 +3,5 @@ from . import views urlpatterns = [ url(r'^$', views.post_list, name='post_list'), + url(r'^post/(?P\d+)/$', views.post_detail, name='post_detail'), ] \ No newline at end of file