doc/book/en/intro/tutorial/conclusion.rst
changeset 5274 16461f675734
parent 5272 f7d2df59231a
parent 5273 c4caef6f09c9
child 5297 cc747dcef851
equal deleted inserted replaced
5272:f7d2df59231a 5274:16461f675734
     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