Skip to main content

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

Try our demo with Codenerix Cloud

Changelog

2018-01-17 - Codenerix Products v1.x is incompatible with v2.x, what has changed and how to migrate to v2.x?.

Demo

Coming soon…

Quickstart

  1. Install this package:

    For python 2: sudo pip2 install django-codenerix-products
    For python 3: sudo pip3 install django-codenerix-products
  2. Add “codenerix_extensions” and “codenerix_products” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'codenerix_extensions',
        'codenerix_products',
    ]
  3. 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
  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-codenerix-products-4.0.1.tar.gz (82.0 kB view hashes)

Uploaded Source

Built Distribution

django_codenerix_products-4.0.1-py2.py3-none-any.whl (131.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page