combo/combo/apps/wcs
Lauréline Guérin ccf99d908f
dj2: is_anonymous and is_authenticated are now properties (#36895)
remove RemovedInDjango20Warning:
Using user.is_authenticated() and user.is_anonymous() as a method is deprecated.
Remove the parentheses to use it as an attribute.
2019-10-29 08:35:46 +01:00
..
migrations dj2: add explicit on_delete on all ForeignKey (#36895) 2019-10-29 08:35:21 +01:00
templates/combo/wcs wcs: add template blocks for text parts of tracking code cell (#35623) 2019-08-28 09:34:02 +02:00
README update combo.apps.wcs README 2015-05-22 10:26:59 +02:00
__init__.py python3: encode before hashing (#35425) 2019-08-18 14:46:22 +02:00
forms.py search: add custom widget to sort and enable engines (#23534) 2018-08-30 11:50:06 +02:00
models.py dj2: is_anonymous and is_authenticated are now properties (#36895) 2019-10-29 08:35:46 +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/'},
        }
}