doc/book/devweb/views/startup.rst
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 20 Jan 2017 09:55:08 +0100
changeset 11916 f0bc9ca93e21
parent 10491 c67bcee93248
permissions -rw-r--r--
[test] avoid using a deprecated feature of yams handle_file() now require a module name (yams@d9120d7)

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.predicates.none_rset` or :class:`~logilab.common.registry.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