Mohsen
Mohsen

Reputation: 1118

How to enable ckanext-scheming extension in CKAN

I am trying to have a custom form for Datasets in CKAN.

I have installed ckanext-scheming extension and added the scheming plugin to the plugins like this:

ckan.plugins = activity scheming_datasets

I have also set the following:

scheming.dataset_schemas = ckanext.scheming:subfields.yaml
scheming.presets = ckanext.scheming:presets.json
scheming.dataset_fallback = false

I expected to see a new UI when going to the Dataset definition form (e.g., Add Dataset), but still don't see any change in the UI of defining datasets in CKAN.

I also cleared the browser cache and restarted CKAN but no success.

Upvotes: 1

Views: 385

Answers (1)

Vivek Kumar
Vivek Kumar

Reputation: 80

I fixed this error by changing the CKAN version from 2.9.8 to 2.10.0, and my ckanext-scheming version is 3.0.0

Upvotes: 1

Related Questions