combo/combo/apps/wcs
Valentin Deniaud 66b12b846a misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 16:14:41 +02:00
..
migrations misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 16:14:41 +02:00
static/js wcs: use sessionStorage to store current submission context (#48503) 2020-11-17 15:37:14 +01:00
templates/combo/wcs wcs: card cell, display option for file field (#60371) 2023-02-17 08:52:02 +01:00
templatetags wcs: use new tag/class for preformated fields (#74490) 2023-02-14 11:00:44 +01:00
README update combo.apps.wcs README 2015-05-22 10:26:59 +02:00
__init__.py misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 16:14:41 +02:00
forms.py wcs: card cell, by default configured for 'all cards' (#69019) 2022-09-13 14:27:25 +02:00
models.py misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 16:14:41 +02:00
urls.py replaced urls.url with url.re_path equivalent (#68183) 2022-08-29 09:35:13 +02:00
utils.py manager: associate a page to a card model (#68675) 2022-12-13 08:20:27 +01:00
views.py misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 16:14:41 +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/'},
        }
}