Codenerix Products is a module that enables CODENERIX to set products on serveral platforms in a general manner.
Project description
Codenerix Products is a module that enables CODENERIX to set products on several platforms in a general manner
Changelog
2018-01-17 - Codenerix Products v1.x is incompatible with v2.x, what has changed and how to migrate to v2.x?.
Demo
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Quickstart
Install this package:
For python 2: sudo pip2 install django-codenerix-products For python 3: sudo pip3 install django-codenerix-products
Add “codenerix_extensions” and “codenerix_products” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_extensions', 'codenerix_products', ]
Add in settings the params:
# path for codenerix_products CDNX_PRODUCTS_URL = "products" # if you show the products without stock CDNX_PRODUCTS_SHOW_ONLY_STOCK = False # number of the days for one products to be considered new CDNX_PRODUCTS_NOVELTY_DAYS = 5 # No force stock by default CDNX_PRODUCTS_FORCE_STOCK = False
Since Codenerix Products is a library, you only need to import its parts into your project and use them.
Documentation
Coming soon… do you help us?
You can get in touch with us here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-codenerix-products-4.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f35356fd2f5180b249fa10d485a7aa7ec47d9b3405772b05ffc75509321161d |
|
MD5 | ac0982d5cafeae546c9694cb1d94fe16 |
|
BLAKE2b-256 | e55e7725b3d4bd1e4f7816ac4de5097cf69eae2a7f7e96a171e269439caa57ad |
Hashes for django_codenerix_products-4.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04b756ee0e59ab428f7633cb70f4a741f8e5725ca102eae96978e579989ec480 |
|
MD5 | 76f3a43d8d82130919b701d6fafbf74b |
|
BLAKE2b-256 | e4ff4cb8caddf686bf02eaf0c76212aadf6862ca5ae536d39126535e44c7db22 |