combo/combo/apps/wcs
Lauréline Guérin 8109a2a5c9
wcs: add a filter categories to current drafts cell (#37116)
2019-11-20 16:39:51 +01:00
..
migrations wcs: add a filter categories to current drafts cell (#37116) 2019-11-20 16:39:51 +01:00
templates/combo/wcs wcs: rename "Forms in your care" cell to "Forms to process" (#37567) 2019-11-13 15:00:22 +01:00
README update combo.apps.wcs README 2015-05-22 10:26:59 +02:00
__init__.py wcs: exclude anonymised forms from search (#37175) 2019-11-07 15:03:32 +01:00
forms.py wcs: add a filter categories to current drafts cell (#37116) 2019-11-20 16:39:51 +01:00
models.py wcs: add a filter categories to current drafts cell (#37116) 2019-11-20 16:39:51 +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 misc: add rate limiting to tracking code URLs (#35395) 2019-08-14 13:30:29 +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/'},
        }
}