doc/book/devweb/resource.rst
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 05 Jul 2016 13:00:38 +0200
branch3.23
changeset 11419 32c3026f7810
parent 10491 c67bcee93248
permissions -rw-r--r--
[tox] Do not install package in "develop" This might shadow so packaging issues. And user can still pass --develop to tox.

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