Commit 10cc0a4c authored by RJC's avatar RJC

pep guidelines

parent 5b820bac
Pipeline #3042 canceled with stages
......@@ -29,6 +29,7 @@ class AuthorListView(generic.ListView):
queryset = Author.objects.all()
context_object_name = 'authors'
class AuthorDetailView(generic.DetailView):
model = Author
template_name = 'bookshelf/author_detail.html'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment