Coverage for /home/tribaal/workspace/django-shop/shop/models/cartmodel : 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 various models with classes loaded from the corresponding setting if it exists. """
#============================================================================== # Extensibility #============================================================================== # Cart model 'shop.models.defaults.cart.Cart')
# Cart item model 'shop.models.defaults.cartitem.CartItem') |