An extension to display a hierarchical structure of datasets.
When parent-child relationships between datasets exist, the plugin will display the tree structure on the dataset page, showing links to the top level dataset, up one level and any sublevels.
-
Activate your virtualenv:
$ source /path/to/virtualenv/pyenv/bin/activate
-
Install the extension in your virtualenv:
(pyenv) $ pip install -e git+https://github.com/openresearchdata/ckanext-ord-hierarchy.git#egg=ckanext-ord-hierarchy
-
Enable the required plugin in your ini file:
ckan.plugins = ... ord_hierarchy