combo/combo/apps/wcs
Frédéric Péters 0082f40716 wcs: include description in form cell (#32356) 2019-04-16 11:32:39 +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 misc: monkeypatch user model with a method to get name id (#30723) 2019-03-04 13:42:56 +01: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: don't crash on missing cell parameter (#31665) 2019-03-25 14:18:50 +01: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/'},
        }
}