The django-lfs package contains a Lightning Fast Shop for Django.
LFS is an online shop based on Python, Django and jQuery.
Product's homepage
Requirements:
· Django
· Python
What's New in This Release: [ read full changelog ]
· Improved shipping and payment method management: display form errors; using ajax; issue #151.
· Bugfix: send order_paid signal after successful callback arrived from PayPal; issue #198.
· Bugfix: make PayPal callbacks work with csrf protection; issue #197.
· Bugfix: catch wrong floats in calculate_packing.
· Bugfix: fixed update cart after login for configurable products; #issue gh #8
· Bugfix: cleaned up parameters and arguments of PriceCalculator.
· Bugfix: don't pass request to PriceCalculator base_packing_price methods.
· Bugfix: fixed calculation of package prices for configurable products.
· Bugfix: Fixed wrong arguments in calls to voucher API. (Pavel Zagrebelin)