Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class FilmDetailView(DetailView):
- model = Film
- template_name = 'KinomonsterApp/film_detail.html'
- def get_context_data(self, **kwargs):
- context = super().get_context_data(**kwargs)
- return context
Advertisement
Add Comment
Please, Sign In to add comment