doc/book/devweb/resource.rst
author Laurent Peuch <cortex@worlddomination.be>
Thu, 23 May 2019 00:33:04 +0200
changeset 12746 5c432a7fc442
parent 10491 c67bcee93248
permissions -rw-r--r--
[migration/pdb] display traceback instead of only the exception for easier debugging Closes #17219820

.. _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