mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Fix appending slash in example project
This commit is contained in:
parent
ccf2f12905
commit
b223107cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ from .views import PostListView, PostDetailView
|
|||
|
||||
urlpatterns = patterns('',
|
||||
url(r'(?P<pk>\d+)/$', PostDetailView.as_view(), name='detail'),
|
||||
url(r'$', PostListView.as_view(), name='list'),
|
||||
url(r'/$', PostListView.as_view(), name='list'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue