Skip to content

Commit 6c5495d

Browse files
committed
Delete ''
1 parent 40d8e5f commit 6c5495d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from books import views
33

44
urlpatterns = patterns('',
5-
url(r'^$', 'views.BooksModelView.as_view()', name='index'),
5+
url(r'^$', views.BooksModelView.as_view(), name='index'),
66

77
url(r'^book/$', views.BookList.as_view(), name='book_list'),
88
url(r'^author/$', views.AuthorList.as_view(), name='author_list'),

0 commit comments

Comments
 (0)