doc/book/en/intro/tutorial/conclusion.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Feb 2010 18:44:24 +0100
changeset 4437 21f2e01fdd6a
parent 2544 282261b26774
permissions -rw-r--r--
update exemples using the 3.6 api and add/fix some sections (schema, vreg, talk about CW_MODE in concepts...). So much to do :'(

.. -*- coding: utf-8 -*-

What's next?
------------

We demonstrated how from a straight out of the box *CubicWeb* installation, you
can build your web application based on a data model. It's all already there:
views, templates, permissions, etc. The step forward is now for you to customize
according to your needs.

Many features are available to extend your application, for example: RSS channel
integration (:ref:`XmlAndRss`), hooks (:ref:`hooks`), support of sources such as
Google App Engine (:ref:`GoogleAppEngineSource`) and lots of others to discover
through our book.