author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 05 Dec 2011 14:33:26 +0100 | |
branch | stable |
changeset 8419 | dd222fcc85d3 |
parent 7897 | defac26f4151 |
child 8190 | 2a3c1b787688 |
permissions | -rw-r--r-- |
Startup views ------------- Startup views are views requiring no context, from which you usually start browsing (for instance the index page). The usual selectors are :class:`~cubicweb.selectors.none_rset` or :class:`~cubicweb.selectors.yes`. You'll find here a description of startup views provided by the framework. .. automodule:: cubicweb.web.views.startup Other startup views: *schema* A view dedicated to the display of the schema of the instance .. XXX to be continued