ckanext-organizationapproval
Add’s approval_status functionality to CKAN. Currently implemented only for organizations.
Installation
To install ckanext-organizationapproval:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the extension:
pip install -e git+https://github.com/vrk-kpa/ckanext-organizationapproval.git#egg=ckanext-organizationapproval
Add organizationapproval to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
License
AGPL-3.0