combo/combo/apps/wcs
Thomas NOËL ed5b366a6b wcs: send quoted tracking code to wcs (#32646) 2019-04-26 12:39:49 +02:00
..
migrations wcs: add new cell for backoffice submission (#23536) 2018-08-31 13:48:26 +02:00
templates/combo/wcs wcs: include description in form cell (#32356) 2019-04-16 11:32:39 +02:00
README update combo.apps.wcs README 2015-05-22 10:26:59 +02:00
__init__.py wcs: add i18n context to forms search engine (#29441) 2019-01-04 08:39:49 +01:00
forms.py search: add custom widget to sort and enable engines (#23534) 2018-08-30 11:50:06 +02:00
models.py wcs: don't warn on 404 for user URIs (#32148) 2019-04-16 16:39:27 +02:00
urls.py wcs: add a tracking code search engine (#25625) 2018-08-30 15:16:38 +02:00
utils.py wcs: don't crash manager getting list of options when down (#25423) 2018-10-29 16:39:58 +01:00
views.py wcs: send quoted tracking code to wcs (#32646) 2019-04-26 12:39:49 +02:00

README

Combo/wcs integration
=====================

w.c.s. cells are visible only if there is at least one 'wcs' service in
settings.KNOWN_SERVICES:

KNOWN_SERVICES = {
        'wcs': {
                'default': {'title': 'wcs', 'url': 'http://wcs/'},
        }
}