combo/combo/apps/family
Frédéric Péters 67931d2d78 add compatibility with python 3 (#25486) 2018-07-28 09:55:59 +02:00
..
migrations misc: add last_update_timestamp to pages and cells (#15000) 2017-02-15 12:22:12 +01:00
templates/family general: mark cells as a block so they can be extended (#24773) 2018-06-29 17:02:41 +02:00
README family: use combo.utils.requests (#10565) 2016-04-07 10:15:55 +02:00
__init__.py manager: change "add new cell" to a select box in placeholders divs (#10940) 2016-05-17 11:21:15 +02:00
forms.py family: allow family linking inside the cell (#8509) 2015-10-23 11:10:36 +02:00
models.py family: don't force async cell rendering (#19996) 2017-12-21 12:43:46 +01:00
urls.py misc: don't overmatch URLs (#24917) 2018-07-02 10:09:35 +02:00
utils.py add compatibility with python 3 (#25486) 2018-07-28 09:55:59 +02:00
views.py family: don't force async cell rendering (#19996) 2017-12-21 12:43:46 +01:00

README

Combo family cell
=================

To be visible, this cell needs a 'passerelle' entry in settings.KNOWN_SERVICES
(see ../wcs/README) and a FAMILY_SERVICE attribute in settings:

  FAMILY_SERVICE = {'root': '/connector/instance/'}