Plugin Passerelle pour les sources de données TS1
Go to file
Christophe Boulanger 9927c93405 update README.md 2017-03-23 13:11:17 +01:00
debian debian: add python-django to build-depends, for translations 2017-02-28 15:12:02 +01:00
passerelle_imio_ts1_datasources Add 'slug' attributes and migration step 2017-03-23 13:04:13 +01:00
MANIFEST.in add missing MANIFEST.in file 2017-02-28 15:02:34 +01:00
README.md update README.md 2017-03-23 13:11:17 +01:00
setup.py Add project 2017-02-28 11:13:45 +01:00

README.md

Passerelle connector : Import ts1 datasources and method to add, update or delete new records

Installation

  • add to Passerelle installed apps settings: INSTALLED_APPS += ('passerelle_imio_ts1_datasources',)

  • enable module: PASSERELLE_APP_PASSERELLE_IMIO_TS1_DATASOURCES_ENABLED = True

Usage

  • create and configure new connector

  • test service by clicking on the available links

    • the /voies/ endpoint may take some time as it will query for everything (but will be cut at 51 items)
    • the /voies/?q=... endoint is set with an example string, feel free to change it.

Usage in w.c.s.

  • configure a list field with a jsonp datasource, with the "/voies/" endpoint URL as value.

Usage of 'import_json' destination and motivation in command line

with user passerelle :

  • sudo -u passerelle passerelle-manage tenant_command import_site -d local-passerelle.example.net [JSON_FILE]