doc/book/devweb/views/startup.rst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 05 Feb 2016 16:32:20 +0100
changeset 11095 02e88ca3bc23
parent 10491 c67bcee93248
permissions -rw-r--r--
[dataimport/test] fix test failures since 35b29f1eb37a The index name changed, so we need to follow suit.

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