equal
deleted
inserted
replaced
29 * network protocols utilities (for HTTP and XML-RPC) |
29 * network protocols utilities (for HTTP and XML-RPC) |
30 * command line scripts |
30 * command line scripts |
31 * custom utilities. |
31 * custom utilities. |
32 |
32 |
33 *PyAMS_content* is an important package providing content management features, which can be easily extended to manage |
33 *PyAMS_content* is an important package providing content management features, which can be easily extended to manage |
34 your own content types. But PyAMS can also be used to manage any kind of application. |
34 your own content types. But PyAMS can also be used to manage any kind of database management application (using ZODB |
|
35 or any relational database supported by SQLAlchemy). |
35 |
36 |
36 If you just want to know how easy it is to create a PyAMS application instance, just read the :ref:`quickstart`! |
37 If you just want to know how easy it is to create a PyAMS application instance, just read the :ref:`quickstart`! |
37 |
38 |
38 To know how PyAMS management interface looks like, look at :ref:`screenshots`! |
39 To know how PyAMS management interface looks like, look at :ref:`screenshots`! |
39 |
40 |