Django SHOP

Django SHOP 0.2.0

Django SHOP can be installed on websites running Django CMS.This small plugin will add all the features needed to transform the Django CMS administration toolkit into a complete e-commerce platform for selling hard and digital goods online.Nevertheless,...

django-xhtml2pdf is a wrapper code between the Django project and the xhtml2pdf project.What it does is simply allow people to create xhtml2pdf templates using all the cool django things like STATIC_URL etc.. (like one would for a webpage template), and...

read more

django-shop-postfinance is a Django app, a postfinance backend for django-SHOP, or any other shop system implementing its shop interface.UsageAdd this project to your INSTALLED_APPS, and add 'shop_postfinance.offsite_postfinance.OffsitePostfinanceBackend'...

read more
django-rulez

django-rulez 0.2.3

django-rulez is a fork of django-rules, since some of the goals django-rules set themselves didn't match our current project goals.You can refer to their github project page for more information about this cool project:...

read more

django-shop-simplecategories is a companion app to Django SHOP that provides an example of how shop implementors could implement a simple category system.It is perfectly usable as a simple category...

read more

django-soap-server's goal is to provide an example of best practices on how to write a SOAP 1.1 compliant server using Django.Why using django? Well, while I would really not recommend using django for a pure SOAP webserver (many other solutions would...

read more

django-shop-simplevariations is a Django app who's purpose is to provide a way to quickly create product variations for most simple cases.It considers variations as a {label: value} entry in the cart modifiers, so it is perfect for things like differently...

read more