harvester-d4science/ckanext/harvest/logic
amercader f72d6da521 Change toolkit import
Apparently on package installs this is not well supported

from ckan.plugins.toolkit import check_ckan_version

But this works:

from ckan.plugins import toolkit

toolkit.check_ckan_version(...
2015-03-19 12:48:46 +00:00
..
action Change toolkit import 2015-03-19 12:48:46 +00:00
auth [#91] Consolidate all harvest source reindex code in a single action 2014-06-27 16:48:14 +01:00
__init__.py add jobs at certain frequencies 2012-10-29 17:15:02 +00:00
dictization.py [#13] Remove or deprecate unused code 2013-03-06 16:54:33 +00:00
schema.py Fix validators on harvest_source_show schema 2014-10-08 12:02:26 +01:00
validators.py [#65] make harvest_job_exists validator return model object 2013-10-03 15:51:37 +01:00