You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in setup.py
change datajson_harvest=ckanext.datajson.plugin:DataJsonHarvester
with datajson_harvest=ckanext.datajson.harvester_datajson:DataJsonHarvester
then run pytho setup.py develop again
Recieve the following error in ckan error log
errors.datajon.txt
when attempting to load the datajson_harvester plugin using WSGI:
ImportError: 'module' object has no attribute 'DataJsonHarvester'
Full error text:
I have added the recommended "import ckanext" to the wsgi.py file.
The text was updated successfully, but these errors were encountered: