doc/book/en/tutorials/base/conclusion.rst
branchstable
changeset 5253 7ee07d18dc95
parent 2544 282261b26774
child 5432 ee246e1813c6
equal deleted inserted replaced
5245:385c2351153e 5253:7ee07d18dc95
       
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 What's next?
       
     4 ------------
       
     5 
       
     6 We demonstrated how from a straight out of the box *CubicWeb* installation, you
       
     7 can build your web application based on a data model. It's all already there:
       
     8 views, templates, permissions, etc. The step forward is now for you to customize
       
     9 according to your needs.
       
    10 
       
    11 Many features are available to extend your application, for example: RSS channel
       
    12 integration (:ref:`XmlAndRss`), hooks (:ref:`hooks`), support of sources such as
       
    13 Google App Engine (:ref:`GoogleAppEngineSource`) and lots of others to discover
       
    14 through our book.
       
    15