We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37137ce commit 619ab8dCopy full SHA for 619ab8d
blog/urls.py
@@ -32,4 +32,5 @@
32
url(r'^category/(?P<category_name>\S+).html$', views.CategoryDetailView.as_view(), name='category_detail'),
33
url(r'^author/(?P<author_name>\w+).html$', views.AuthorDetailView.as_view(), name='author_detail'),
34
url(r'^tag/(?P<tag_name>.+).html$', views.TagDetailView.as_view(), name='tag_detail'),
35
+ url(r'^upload', views.fileupload, name='upload'),
36
]
0 commit comments