.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.org/keitaroinc/ckanext-purge.svg?branch=master
:target: https://travis-ci.org/keitaroinc/ckanext-purge
.. image:: https://coveralls.io/repos/keitaroinc/ckanext-purge/badge.svg
:target: https://coveralls.io/r/keitaroinc/ckanext-purge
.. image:: https://pypip.in/download/ckanext-purge/badge.svg
:target: https://pypi.python.org/pypi//ckanext-purge/
:alt: Downloads
.. image:: https://pypip.in/version/ckanext-purge/badge.svg
:target: https://pypi.python.org/pypi/ckanext-purge/
:alt: Latest Version
.. image:: https://pypip.in/py_versions/ckanext-purge/badge.svg
:target: https://pypi.python.org/pypi/ckanext-purge/
:alt: Supported Python versions
.. image:: https://pypip.in/status/ckanext-purge/badge.svg
:target: https://pypi.python.org/pypi/ckanext-purge/
:alt: Development Status
.. image:: https://pypip.in/license/ckanext-purge/badge.svg
:target: https://pypi.python.org/pypi/ckanext-purge/
:alt: License
=============
ckanext-purge
A simple CKAN extension for purging datasets that are marked as deleted.
Requirements
Requires CKAN 2.5+
Installation
.. Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.
To install ckanext-purge:
Activate your CKAN virtual environment, for example::
. /usr/lib/ckan/default/bin/activate
Install the ckanext-purge Python package into your virtual environment::
pip install ckanext-purge
Add purge to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/production.ini).
Restart CKAN. For example if you’ve deployed CKAN with