Skip to content

Collective-Kotti/kotti_toolkit

Repository files navigation

kotti_toolkit

This is a toolkit library for Kotti. It adds toolkits for the following components:

  • Groups and Users
  • Pyramid View Renderers
  • Security
  • Python list function
  • Kotti Content types.

pypi downloads_month license build_status_stable

Find out more about Kotti

Development happens at https://github.com/Collective-Kotti/kotti_toolkit

Setup

To enable the extension in your Kotti site, activate the configurator:

kotti.configurators =
    kotti_toolkit.kotti_configure

Database upgrade

If you are upgrading from a previous version you might have to migrate your database. The migration is performed with alembic and Kotti's console script kotti-migrate. To migrate, run kotti-migrate upgrade --scripts=kotti_toolkit:alembic.

For integration of alembic in your environment please refer to the alembic documentation. If you have problems with the upgrade, please create a new issue in the tracker.

Development

build_status_master

Contributions to kotti_toolkit are highly welcome. Just clone its Github repository and submit your contributions as pull requests.

Releases

No releases published

Packages

No packages published