示例#1
0
文件: views.py 项目: degacth/natshop
 def get_context_data(self, **kwargs):
     return {
         'seo': views.get_seo(),
         'banner_products': Product.get_banner(),
         'other_products': Product.get_other(),
         'other_stock': Category.get_other(),
     }