This is an extension to Kotti that allows to add foo to your site.
Development happens at https://github.com/kagesenshi/episkopos
To enable the extension in your Kotti site, activate the configurator:
kotti.configurators =
episkopos.kotti_configure
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=episkopos: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.
Contributions to episkopos are highly welcome. Just clone its Github repository and submit your contributions as pull requests.