Coverage for /home/tribaal/workspace/django-shop/shop/models/productmodel : 100.00%

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 overrides the Product model with the class loaded from the SHOP_PRODUCT_MODEL setting if it exists. """
#============================================================================== # Extensibility #============================================================================== 'shop.models.defaults.product.Product') |