# HG changeset patch # User Pape Manadou Wade # Date 1520851446 -3600 # Node ID 28d2f63e3fb0fad86a6b73312dce2d4ad05c332c # Parent be7ec27f09bbc20f018ccc49d252e9dfcee247f1 Doc update diff -r be7ec27f09bb -r 28d2f63e3fb0 src/source/index.rst --- a/src/source/index.rst Mon Mar 12 11:13:40 2018 +0100 +++ b/src/source/index.rst Mon Mar 12 11:44:06 2018 +0100 @@ -31,7 +31,8 @@ * custom utilities. *PyAMS_content* is an important package providing content management features, which can be easily extended to manage -your own content types. But PyAMS can also be used to manage any kind of application. +your own content types. But PyAMS can also be used to manage any kind of database management application (using ZODB +or any relational database supported by SQLAlchemy). If you just want to know how easy it is to create a PyAMS application instance, just read the :ref:`quickstart`!