summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-09-19 20:04:34 +0000
committerChris McDonough <chrism@agendaless.com>2009-09-19 20:04:34 +0000
commite1205ca0f073ac6bbe992a507f8979f9ebcff5cf (patch)
tree38e60cdb40e6776800f370e1d6a294ac0a2a656d /docs/tutorials
parent6e5fac7e001fbae3f27411c57f84474f77408665 (diff)
downloadpyramid-e1205ca0f073ac6bbe992a507f8979f9ebcff5cf.tar.gz
pyramid-e1205ca0f073ac6bbe992a507f8979f9ebcff5cf.tar.bz2
pyramid-e1205ca0f073ac6bbe992a507f8979f9ebcff5cf.zip
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/zodbsessions/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials/zodbsessions/index.rst b/docs/tutorials/zodbsessions/index.rst
index fb8996ef4..69dc67d2b 100644
--- a/docs/tutorials/zodbsessions/index.rst
+++ b/docs/tutorials/zodbsessions/index.rst
@@ -19,6 +19,10 @@ sessioning to your application.
``repoze.session``-based sessions in applications that don't
already use ZODB. For this, see `the standalone repoze.session
usage documentation <http://docs.repoze.org/session/usage.html>`_.
+ If you don't want to use ZODB to do sessioning, you might choose to
+ use a relational/filestorage sessioning system such as `Beaker
+ <http://pypi.python.org/pypi/Beaker>`_. :mod:`repoze.bfg` is fully
+ compatible with this system too.
Installing Dependencies
-----------------------