combo/combo/apps/wcs
Frédéric Péters 00c668a56e wcs: make sure the wcs URL has a trailing slash (#7326) 2015-05-21 13:18:52 +02:00
..
migrations wcs: add a tracking code input cell (#6630) 2015-05-11 18:16:32 +02:00
templates/combo/wcs wcs: add a tracking code input cell (#6630) 2015-05-11 18:16:32 +02:00
README wcs: use a generic KNOWN_SERVICES setting instead of COMBO_WCS_SITES (#6711) 2015-05-13 16:04:56 +02:00
__init__.py wcs: add combo/wcs/formdef integration (#6227) 2015-01-17 12:49:07 +01:00
forms.py trivial: remove unused imports 2015-05-20 20:16:24 +02:00
models.py wcs: make sure the wcs URL has a trailing slash (#7326) 2015-05-21 13:18:52 +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
=====================

INSTALLED_APPS += ('combo.apps.wcs',)

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