ckan.plugins = disqus stats text_view image_view recline_view datastore datapusher scheming_datasets scheming_groups scheming_organizations fluent
# module-path:file to schemas being used
scheming.dataset_schemas = ckanext.fluent:fluent_scheming.json
# will try to load "spatialx_schema.json" and "spatialxy_schema.json"
# as dataset schemas
# For group and organization schemas (replace myplugin with your custom plugin)
scheming.group_schemas =
scheming.organization_schemas =
#
# URLs may also be used, e.g:
#
# scheming.dataset_schemas = http://example.com/spatialx_schema.json
# Preset files may be included as well. The default preset setting is:
scheming.presets = ckanext.scheming:presets.json ckanext.fluent:presets.json
I'am trying to install ckanext-fluent but I can not resolve. Note PyPI version not work. Import error:
Traceback:
I installed ckan-fluent:
pip install git+https://github.com/ckan/ckanext-fluent
pip install -e "git+https://github.com/ckan/ckanext-scheming.git#egg=ckanext-scheming" pip install -r ckanext-scheming/requirements.txt I edited production.ini: