Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 809 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 809 Bytes

Not maintained in years, use Queensland fork instead.

ckanext-ytp-comments

CKAN extension for adding comments to datasets.

Anyone with an account can comment any public datasets. Users with modification access can delete comments from the dataset.

Some of the code is taken from ckanext-comments

Compatibility

Tested with CKAN 2.2 - 2.3

Installation

Install to you ckan virtual environment

pip install -e  git+https://github.com/yhteentoimivuuspalvelut/ckanext-ytp-comments#egg=ckanext-ytp-comments

Add to ckan.ini

ckan.plugins = ... ytp_comments

Init db

paster --plugin=ckanext-ytp-comments initdb --config={ckan.ini}