Skip to content

Shared

All public utilites are collected inside ckanext.files.shared module. Avoid using anything that is not listed there. Do not import anything from modules other than shared.

Details

config

Configuration readers of the extension.

This module contains functions that simplify accessing configuration option from the CKAN config file.

It's recommended to use these functions istead of accessing config options by name, if you want your code to be more compatible with different versions of the extension.

Details

Details