Coverage for /home/tribaal/workspace/django-shop/shop/views/product : 83.33%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*-
""" This view handles displaying the right template for the subclasses of Product. It will look for a template at the normal (conventional) place, but will fallback to using the default product template in case no template is found for the subclass. """
ret.append(self.generic_template) |