ckanext-pero
A CKAN extension that provides custom theme and styling for a CKAN instance. Primarily consists of CSS (81.4%) and HTML (16.8%) template customizations.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible? |
| 2.6 and earlier |
not tested |
| 2.7 |
not tested |
| 2.8 |
not tested |
| 2.9 |
not tested |
Installation
To install ckanext-pero:
Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
Clone the source and install:
git clone https://github.com/victoryem/ckanext-pero.git
cd ckanext-pero
pip install -e .
pip install -r requirements.txt
Add pero to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Config settings
None at present.
License
AGPL-3.0