combo/combo/apps/wcs
Frédéric Péters df9793d68f wcs: make sure there's a / after the domain name (#7320) 2015-06-01 09:08:27 +02:00
..
migrations wcs, category cell: remove the possibility to link to internal pages (#7421) 2015-05-29 16:02:37 +02:00
templates/combo/wcs wcs: add a tracking code input cell (#6630) 2015-05-11 18:16:32 +02:00
README update combo.apps.wcs README 2015-05-22 10:26:59 +02:00
__init__.py wcs: add combo/wcs/formdef integration (#6227) 2015-01-17 12:49:07 +01:00
forms.py wcs, category cell: remove obsolete link_page in form (#7421, cont.) 2015-05-29 18:11:50 +02:00
models.py wcs: make sure there's a / after the domain name (#7320) 2015-06-01 09:08:27 +02:00
utils.py wcs: make sure the wcs URL has a trailing slash (#7326) 2015-05-21 13:18:52 +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/'},
        }
}