Skip to content

This CKAN extension will capture and retain a comprehensive record of all changes within CKAN instances

License

Notifications You must be signed in to change notification settings

DataShades/ckanext-event-audit

Repository files navigation

Tests

ckanext-event-audit

This extension will capture and retain a comprehensive record of all changes within a CKAN app.

Read the documentation for a full user guide.

Quick start

  1. Install the extension from PyPI:

    pip install ckanext-event-audit

  2. Enable the plugin in your CKAN configuration file (e.g. ckan.ini or production.ini):

    ckan.plugins = ... event_audit ...

  3. Run DB migrations. For CKAN 2.10+ we can run this command:

    ckan db pending-migrations

    CKAN 2.11+ allows us to run the following command to create the tables:

    ckan db upgrade

  4. Configure the extension up to your needs and you're ready to go. See the documentation for more details about the configuration options.

Developer installation

To install ckanext-event-audit for development, activate your CKAN virtualenv and do:

pip install -e '.[dev]'

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

License

AGPL

About

This CKAN extension will capture and retain a comprehensive record of all changes within CKAN instances

Resources

License

Stars

Watchers

Forks

Packages

No packages published