doc/tutorials/base/conclusion.rst
changeset 10491 c67bcee93248
parent 8823 3f590510f72e
child 12378 9dcb5e4e705b
equal deleted inserted replaced
10490:76ab3c71aff2 10491:c67bcee93248
       
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 What's next?
       
     4 ------------
       
     5 
       
     6 In this tutorial, we have seen that you can, right after the installation of
       
     7 |cubicweb|, build a web application in a few minutes by defining a data model as
       
     8 assembling cubes. You get a working application that you can then customize there
       
     9 and there while keeping something that works. This is important in agile
       
    10 development practices, you can right from the start of the project show things
       
    11 to customer and so take the right decision early in the process.
       
    12 
       
    13 The next steps will be to discover hooks, security, data sources, digging deeper
       
    14 into view writing and interface customisation... Yet a lot of fun stuff to
       
    15 discover! You will find more `tutorials and howtos`_ in the blog published on the
       
    16 CubicWeb.org website.
       
    17 
       
    18 .. _`tutorials and howtos`: http://www.cubicweb.org/view?rql=Any+X+ORDERBY+D+DESC+WHERE+X+is+BlogEntry%2C+T+tags+X%2C+T+name+IN+%28%22tutorial%22%2C+%22howto%22%29%2C+X+creation_date+D