doc/book/en/devweb/views/startup.rst
changeset 10491 c67bcee93248
parent 10490 76ab3c71aff2
child 10492 68c13e0c0fc5
equal deleted inserted replaced
10490:76ab3c71aff2 10491:c67bcee93248
     1 Startup views
       
     2 -------------
       
     3 
       
     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.predicates.none_rset` or :class:`~logilab.common.registry.yes`.
       
     7 
       
     8 You'll find here a description of startup views provided by the framework.
       
     9 
       
    10 .. automodule:: cubicweb.web.views.startup
       
    11 
       
    12 
       
    13 Other startup views:
       
    14 
       
    15 *schema*
       
    16     A view dedicated to the display of the schema of the instance
       
    17 
       
    18 .. XXX to be continued