Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.12 KB

README.rst

File metadata and controls

57 lines (35 loc) · 1.12 KB

Introduction

plomino.daviz offers services and utilities to get Plomino-base information from Daviz more easily.

Features

Only one feature for now:

  • overrides the eea.app.visualization ExternalData utility so query string parameters are passed to the called url. It also support substitution:

    http://server/folder/{docid|Italy}/json
    

    will result in:

    http://server/folder/Italy/json
    

    if no extra parameters are passed. And:

    http://server/folder/Spain/json
    

    if the calling url got ?docid=Spain as querystring.

Installation

Edit your buildout.cfg file and add the following in the eggs section:

eggs =
     ...
     plomino.daviz

Then you have to run buildout to realize your configuration:

bin/buildout -N

Credits

Authors

Companies

makinacom