ckanext-stomallorca_theme
CKAN theme for the municipality of Sa Pobla, Mallorca.
Custom branding and styling extension for the local open data portal of Sa Pobla, a municipality in Mallorca, Spain.
Features
- Custom visual theme for the municipality portal
- Local branding and styling
- Template overrides for municipal open data needs
- Catalan/Spanish language support
Requirements
Installation
To install ckanext-stomallorca_theme:
- Activate your CKAN virtual environment:
. /usr/lib/ckan/default/bin/activate
- Clone the source and install it on the virtualenv:
git clone https://github.com/perecanet/ckanext-stomallorca_theme.git
cd ckanext-stomallorca_theme
pip install -e .
pip install -r requirements.txt
- Add
stomallorca_theme to the ckan.plugins setting in your CKAN config file.
- Restart CKAN.
Developer Installation
git clone https://github.com/perecanet/ckanext-stomallorca_theme.git
cd ckanext-stomallorca_theme
python setup.py develop
pip install -r dev-requirements.txt
Tests
pytest --ckan-ini=test.ini
License
AGPL-3.0