About tgext.ecommerce
tgext.ecommerce is a Pluggable eCommerce Framework for TurboGears2.
Installing
tgext.ecommerce can be installed both from pypi or from bitbucket:
pip install tgext.ecommerce
should just work for most of the users
Plugging tgextecommerce
In your application config/app_cfg.py import plug:
from tgext.pluggable import plug
Then at the end of the file call plug with tgext.ecommerce:
plug(base_config, 'tgext.ecommerce')
You will be able to access tgext.ecommerge functions as tg.app_globals.shop
Release files for tgext.ecommerce 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tgext.ecommerce-0.1.6.tar.gz | 26.7 kB | Details |
Release files / tgext.ecommerce-0.1.6.tar.gz
| Download URL | tgext.ecommerce-0.1.6.tar.gz |
|---|---|
| Size | 26.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7f490883fed2ad447e03ae53c27349cff2350b4067442cb631d1fe929fe873d
|
|
BLAKE2b-256 checksum How to use checksums |
8bc063e266493231e0e09e2b1b49cab69e14f5dba9cfe5497228f9ed519d6233
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.7
|