No project description provided
Project description
ckanext-shopping-cart
TODO: Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!
Requirements
TODO: For example, you might want to mention here which versions of CKAN this extension works with.
If your extension works across different versions you can add the following table:
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.9 | yes |
master | yes |
Installation
To install ckanext-shopping-cart:
-
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
-
Clone the source and install it on the virtualenv
git clone https://github.com/DataShades/ckanext-shopping-cart.git cd ckanext-shopping-cart pip install -e . pip install -r requirements.txt
-
Add
shopping-cart
to theckan.plugins
setting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini
). -
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Config settings
None at present
TODO: Document any optional config settings here. For example:
# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.shopping_cart.factory.default = redis
Tests
To run the tests, do:
pytest --ckan-ini=test.ini
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 ckanext-shopping-cart-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0585a044eb55c89c9793c911c1fcf3f8afd4bdb2800ffc94940481e577a99fb |
|
MD5 | 1ea29167807977be3d0b583d129cfb5c |
|
BLAKE2b-256 | f79e76de136dc1e36a223377aa447d4dd211f504b599edde4902e9536819bf65 |
Hashes for ckanext_shopping_cart-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6be6a5a9be2b746293cb837693c99c727e5f00b5b6befce045a53d9bf11a897d |
|
MD5 | 8d91ba6156fa4af2dc3b47c19bd290d2 |
|
BLAKE2b-256 | 5ff59e2ce97f86d6c2f78f4b6b9b6c2e49e60e91c8e471430b3df723e9ccf299 |