django-shop-configurableproduct

Software Screenshot:
django-shop-configurableproduct
Software Details:
Version: 0.3.1
Upload Date: 11 May 15
Developer: Pavel Zhukov
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

django-shop-configurableproduct is a Django plugin that allows you to:

- Define product types in django admin interface with custom set of fields
- Add custom fields to products

Supported field types

- Float field
- Char field
- Image field (with preview in admin via sorl.thumbnail)
- Boolean field (NullBooleanField)

How to use it

- Install from bitbucket or pypi
- If you want to define static fields for all product types (i.e. size, ...):

- Create a subclass of configurableproduct.models.CProduct
- Write admin class based on configurableproduct.admin.CProductAdmin

- If you want to use CProduct model directly, set ENABLE_CPRODUCT_ADMIN to True in your settings file.

- You can access custom fields via productfloat_set, productchar_set,... as:

 product_object.productchar_set.all()[0].value

Requirements:

  • Python
  • Django

Other Software of Developer Pavel Zhukov

imagestore
imagestore

1 Mar 15

PyBBM
PyBBM

10 Dec 15

imagestore
imagestore

14 Apr 15

Comments to django-shop-configurableproduct

Comments not found
Add Comment
Turn on images!