Add event hook for attaching Rattail config
to new requests.
This commit is contained in:
parent
23ffcc5a78
commit
a958a7b285
4 changed files with 70 additions and 3 deletions
7
docs/api/subscribers.rst
Normal file
7
docs/api/subscribers.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
``tailbone.subscribers``
|
||||
========================
|
||||
|
||||
.. automodule:: tailbone.subscribers
|
||||
|
||||
.. autofunction:: add_rattail_config_attribute_to_request
|
|
@ -5,13 +5,17 @@ Tailbone
|
|||
Welcome to Tailbone, part of the Rattail project.
|
||||
|
||||
The documentation you are currently reading is for the Tailbone web application
|
||||
package. More information is (sort of) available at http://rattail.edbob.org/.
|
||||
package. More information is (sort of) available at http://rattailproject.org/.
|
||||
|
||||
Contents:
|
||||
Clearly not everything is documented yet. Below you can see what has received
|
||||
some attention thus far.
|
||||
|
||||
API:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api/subscribers
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue