Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 668 Bytes

ckanext-apihelper

This extension is meant to add a few pages that will serve as a friendly interface for the action API.

  • Requires CKAN Version 2.1.1 or higher.

APIHelper Screenshot

Instalation Instructions

With your CKAN virtual environment activated:

pip install -e  git+https://github.com/ckan/ckanext-apihelper.git#egg=ckanext-apihelper:/usr/lib/ckan/default/src# pip install -e  git+https://github.com/ckan/ckanext-apihelper.git#egg=ckanext-apihelper

And then, add the plugin to to the ckan.plugins setting in your CKAN config file.