Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

nimbis/django-shop-richproduct

Repository files navigation

django-shop-richproduct

Provides rich product functionality for the django shop application.

Build Status

Coverage

Requirements

  • django < 1.8
  • django-cms
  • django-shop

Installation

  • Run pip install django-shop-richproduct or download this package and run python setup.py install

  • Ensure that django_shop_richproduct is in your INSTALLED APPS

  • Run syncdb or migrate django_shop_richproduct if you have South installed.

Contributing

See the Contributing Guidelines.

History

v1.1.0:

* Added purchase_button_label field to the RichProduct model to allow
  products to customize this button text on an individual basis.

v1.0.0:

* Django 1.7 is now supported.

v0.2.5:

* Removing pip requirement from setup.py.

v0.1.0:

* Initial version.

About

Provides rich product functionality for the django shop application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published