ckanext-vdojstats
Statistic function for Victoria Department of Justice CKAN portal.
Requirements
Installment of the PDF libraries
pip install -r pip-requirements.txt
Tweaking for xhtml2pdf with reportlab 3.0
- Open file
/usr/lib/ckan/default/local/lib/python2.7/site-packages/xhtml2pdf/util.py
- Comment out the old reportlab version check
- Add updated version check for reportlab 3.0 compatibility
Configuration
Add the below anywhere after the declaration of ‘ckan.site_id’ into your ini file:
vdojstats.export_dir = /tmp/export/%(ckan.site_id)s/
vdojstats.export_header = Victoria DoJ
License
No license specified.