Example #1
0
 def get_context_data(self, **kwargs):
     kwargs['shop_list'] = Shop.list_ranking(head=3)
     kwargs['review_list'] = Review.list_latest()[:10]
     return super().get_context_data(**kwargs)