Extending Selftools
Extending DB Models list
To extend Selftools DB Models list, you can use CKAN hooks.
CKAN Hooks
There is an interface ISelftools
that has an method selftools_db_models
, which provides you an ability to extend or modify Models list that will appear in DB Category.
Example of how it might look in your plugin.py
file: