Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.44 KB

README.rst

File metadata and controls

45 lines (31 loc) · 1.44 KB

kotti_jsonapi

This is an extension to Kotti that allows to add foo to your site.

build status

Find out more about Kotti

Development happens at https://github.com/umeboshi2/kotti_jsonapi

Setup

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

kotti.configurators =
    kotti_jsonapi.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_jsonapi: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

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