doc/book/devweb/resource.rst
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 05 Feb 2016 16:32:20 +0100
changeset 11095 02e88ca3bc23
parent 10491 c67bcee93248
permissions -rw-r--r--
[dataimport/test] fix test failures since 35b29f1eb37a The index name changed, so we need to follow suit.

.. _resources:

Locate resources
----------------

.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_resource
.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_doc_file
.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_all_files

Static files handling
---------------------

.. autoattribute:: cubicweb.web.webconfig.WebConfiguration.static_directory
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_exists
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_open
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_add
.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_del