doc/book/devweb/views/index.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 15 Mar 2019 12:12:23 +0100
branch3.26
changeset 12617 f59439bac0a8
parent 10491 c67bcee93248
permissions -rw-r--r--
Skip tests for ldapsource with python >= 3.7 Until someone works on fixing these, this should make our CI green again. I tried to use setupModule() to check for python version, but pre_setup_database() is apparently called even when a SkipTest exception is raised there. So handle this in that method. (grafted from 4d68d20427dee4b6751a0f1f5511fec2a04f4782)

The View system
===============

This chapter aims to describe the concept of a `view` used all along
the development of a web application and how it has been implemented
in |cubicweb|.


.. toctree::
   :maxdepth: 3

   views
   basetemplates
   primary
   reledit
   baseviews
   startup
   boxes
   table
   xmlrss
   urlpublish
   breadcrumbs
   idownloadable
   wdoc

..   editforms
..   embedding