{ "info": { "author": "Pavel Zhukov", "author_email": "gelios@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "====================================\nConfigurable product for Django-shop\n====================================\n\nThis plugin allow you to:\n\n* Define product types in django admin interface with custom set of fields\n* Add custom fields to products\n\nSupported field types\n=====================\n\n* Float field\n* Char field\n* Image field (with preview in admin via sorl.thumbnail)\n* Boolean field (NullBooleanField)\n\nHow to use it\n=============\n\n* Install from bitbucket or pypi\n* If you want to define static fields for all product types (i.e. size, ...):\n\n * Create a subclass of configurableproduct.models.CProduct\n * Write admin class based on configurableproduct.admin.CProductAdmin\n\n* If you want to use CProduct model directly, set `ENABLE_CPRODUCT_ADMIN` to `True` in your settings file.\n* You can access custom fields via `productfloat_set`, `productchar_set`,... as::\n\n product_object.productchar_set.all()[0].value\n\n* You can access ordered list of custom fields via `product_object.field_list` property", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/zeus/django-shop-configurableproduct", "keywords": "django-shop,product", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "django-shop-configurableproduct", "package_url": "https://pypi.org/project/django-shop-configurableproduct/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-shop-configurableproduct/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/zeus/django-shop-configurableproduct" }, "release_url": "https://pypi.org/project/django-shop-configurableproduct/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Configurable product for django-shop", "version": "0.3.1" }, "last_serial": 790602, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "a58b0cc73c31d8fa076f07e29e12df5c", "sha256": "2801d36a609e80a80c81f012769428cf89a261878df13f492bea1178542dd6f5" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.tar.gz", "has_sig": false, "md5_digest": "a58b0cc73c31d8fa076f07e29e12df5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2196, "upload_time": "2011-05-23T11:13:06", "url": "https://files.pythonhosted.org/packages/49/06/4ef3b38e232b1f41bcf55dc3b38130020407835ef81534da3d114e2ccc66/django-shop-configurableproduct-0.2.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e9209d1d85346ac72d8539eb67caaab0", "sha256": "641e9ca554e721191648c45b1bdfc3c810fd1d276296b0124d2d1cc36452e9c9" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e9209d1d85346ac72d8539eb67caaab0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2229, "upload_time": "2011-06-03T13:59:47", "url": "https://files.pythonhosted.org/packages/75/07/3dd3068af4697f64d332fcb96cb07296dff3d53e951e4c52c13d794cdaa7/django-shop-configurableproduct-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c0dd3d7e5728b3550e601c98cc8737f0", "sha256": "2e0f9f9b4f0e00d332982ece03fbb751d7583867ac764d28e726383b5cdc8392" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c0dd3d7e5728b3550e601c98cc8737f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4149, "upload_time": "2011-06-14T11:48:54", "url": "https://files.pythonhosted.org/packages/4d/3a/7c0ef5721b5bf296af35f1b7e6d3cf1dd7abe48b7b30d9949855da17da8b/django-shop-configurableproduct-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "f7a14ab61f9865f5761c1d716ad0f64d", "sha256": "c6876735e14abf25fd3bfe0ee1e0273b1957d521bcb8b1a62ae9749dafd02bf6" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.4.tar.gz", "has_sig": false, "md5_digest": "f7a14ab61f9865f5761c1d716ad0f64d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4177, "upload_time": "2011-06-30T08:39:49", "url": "https://files.pythonhosted.org/packages/6c/40/ce9488b0aef590c29b0d40741b9eff10c20d63b94627992ac32a4fc09066/django-shop-configurableproduct-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "242b417ab18c3770157a183204a33e6a", "sha256": "c7aab7052afd08b269dd9afa73cb49ca8309e8a6e28bfcdec93a4794c6464302" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.5.tar.gz", "has_sig": false, "md5_digest": "242b417ab18c3770157a183204a33e6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4184, "upload_time": "2011-06-30T08:54:33", "url": "https://files.pythonhosted.org/packages/35/46/88f1a78d620d06b5cc875bcf0f3844a730f204c6d783e0e4d96c86e1eecd/django-shop-configurableproduct-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "2e547a59db79062325619b91592a50e9", "sha256": "b611489de8b358befb464b23818085a39733262a7cb0a757e337e1a65f14b743" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.6.tar.gz", "has_sig": false, "md5_digest": "2e547a59db79062325619b91592a50e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6086, "upload_time": "2011-06-30T09:02:48", "url": "https://files.pythonhosted.org/packages/bc/89/6550d17455670f914c6e527ac1302a3120fecf3422e055509c0a7d068b38/django-shop-configurableproduct-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "15870538838e5a1de23fc66086357cd6", "sha256": "a08f1733bbf9f7ccd847c5fc0c89f0150f46f5082f2802f12efe57fb538a83aa" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.7.tar.gz", "has_sig": false, "md5_digest": "15870538838e5a1de23fc66086357cd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6117, "upload_time": "2011-07-11T11:42:58", "url": "https://files.pythonhosted.org/packages/c4/ca/a3cd908ff66382bbb4b5a92d5763c5fd041ff717648caf6005feafd9ae65/django-shop-configurableproduct-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "b72c4ebe628091caf5239536d092592d", "sha256": "29b4e855f6b4cbca1abb1b5a1774576a50445fe5ff769b0621affc5323b0be50" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.2.8.tar.gz", "has_sig": false, "md5_digest": "b72c4ebe628091caf5239536d092592d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6103, "upload_time": "2011-07-11T11:53:46", "url": "https://files.pythonhosted.org/packages/29/1f/adc1185577f721e86a3d950221ad7ba0390fd140aab31b810390da0437f2/django-shop-configurableproduct-0.2.8.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "5ad063f7be486676f0ad4372e1fd648c", "sha256": "3efcf0f675e668b3be9bd4cc1a76af4380391794103c1ba5f6438ae69c4db72b" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.3.0.tar.gz", "has_sig": false, "md5_digest": "5ad063f7be486676f0ad4372e1fd648c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9440, "upload_time": "2011-07-22T10:08:56", "url": "https://files.pythonhosted.org/packages/e9/62/cc1e8dcd97174e1afcd0eba8943210e783e29916621c69fe314eccead521/django-shop-configurableproduct-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "5bc2a2831121e41a7e562f83091e9d69", "sha256": "a33609981919049b5bb6ceed5533674f7ce849ca981df20afdd4f1220e2a9dc7" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5bc2a2831121e41a7e562f83091e9d69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9452, "upload_time": "2011-10-07T09:29:49", "url": "https://files.pythonhosted.org/packages/16/e9/cc97e963efecc24e0da598a331db65b92e523e9c0669c0460a5fb03774bf/django-shop-configurableproduct-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5bc2a2831121e41a7e562f83091e9d69", "sha256": "a33609981919049b5bb6ceed5533674f7ce849ca981df20afdd4f1220e2a9dc7" }, "downloads": -1, "filename": "django-shop-configurableproduct-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5bc2a2831121e41a7e562f83091e9d69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9452, "upload_time": "2011-10-07T09:29:49", "url": "https://files.pythonhosted.org/packages/16/e9/cc97e963efecc24e0da598a331db65b92e523e9c0669c0460a5fb03774bf/django-shop-configurableproduct-0.3.1.tar.gz" } ] }