Installation

You can install django-qshop from GitHub

Or from PyPI:

pip install django-qshop

And add to INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'sitemenu',
    'qshop',
    'qshop.cart',
    'easy_thumbnails',
    ...
)

Requirements

Project Versions

Table Of Contents

Previous topic

django-qshop documentation

Next topic

Usage

This Page