Using plugins

To use plugins, you first need to install it, ex:

pip install udata-ckan

Then you can modify your config file (udata.cfg) and add the plugin to the list:

PLUGINS = ['front', 'ckan', ...]

Creating your own plugins

See extending udata guide to create your own plugin.

Known plugins

Here a list of known plugins for udata:

Note

Don’t hesitate to submit a pull-request to add your udata plugin to this list.