doc/book/en/development/cubes/layout.rst
changeset 2476 1294a6bdf3bf
parent 1714 a721966779be
child 4431 e597e0ca67cd
equal deleted inserted replaced
2475:b6753521129d 2476:1294a6bdf3bf
    78 
    78 
    79 * ``schema`` contains the schema definition (server side only)
    79 * ``schema`` contains the schema definition (server side only)
    80 * ``entities`` contains the entities definition (server side and web interface)
    80 * ``entities`` contains the entities definition (server side and web interface)
    81 * ``sobjects`` contains hooks and/or views notifications (server side only)
    81 * ``sobjects`` contains hooks and/or views notifications (server side only)
    82 * ``views`` contains the web interface components (web interface only)
    82 * ``views`` contains the web interface components (web interface only)
    83 * ``test`` contains tests related to the application (not installed)
    83 * ``test`` contains tests related to the cube (not installed)
    84 * ``i18n`` contains message catalogs for supported languages (server side and
    84 * ``i18n`` contains message catalogs for supported languages (server side and
    85   web interface)
    85   web interface)
    86 * ``data`` contains data files for static content (images, css, javascripts)
    86 * ``data`` contains data files for static content (images, css, javascripts)
    87   ...(web interface only)
    87   ...(web interface only)
    88 * ``migration`` contains initialization files for new instances (``postcreate.py``)
    88 * ``migration`` contains initialization files for new instances (``postcreate.py``)