✏️ Code CompletionDJ Django Hard⚡+35 XP
Class-Based View
Complete to create a list view for the Post model.
✏️ Fill in the blank
class PostListView(___): model = Post
template_name = 'posts/list.html'Complete to create a list view for the Post model.
class PostListView(___): model = Post
template_name = 'posts/list.html'