doc/book/en/devweb/views/startup.rst
branchstable
changeset 7897 defac26f4151
parent 5394 105011657405
child 8190 2a3c1b787688
equal deleted inserted replaced
7895:0a967180794b 7897:defac26f4151
     1 Startup views
     1 Startup views
     2 -------------
     2 -------------
     3 
     3 
     4 (:mod:`cubicweb.web.views.startup`)
     4 Startup views are views requiring no context, from which you usually start
       
     5 browsing (for instance the index page). The usual selectors are
       
     6 :class:`~cubicweb.selectors.none_rset` or :class:`~cubicweb.selectors.yes`.
     5 
     7 
     6 The usual selectors are no_rset or yes. These views don't apply to a
     8 You'll find here a description of startup views provided by the framework.
     7 result set.
       
     8 
     9 
     9 *index*
    10 .. automodule:: cubicweb.web.views.startup
    10     This view defines the home page of your application. It does not require
    11 
    11     a result set to apply to.
    12 
       
    13 Other startup views:
    12 
    14 
    13 *schema*
    15 *schema*
    14     A view dedicated to the display of the schema of the instance
    16     A view dedicated to the display of the schema of the instance
    15 
    17 
       
    18 .. XXX to be continued