diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-09 22:39:04 +0200 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-09 22:39:04 +0200 |
commit | 82a40cc4e145e4fdf5f81d7b6319cf713afa44c1 (patch) | |
tree | aa806c34449edcbc95123a189370f551f90ba35a /docs/source/devel/codebase.rst | |
parent | 11780855da05b1e1b3bb2db7655290bbe7430e24 (diff) | |
download | mediagoblin-82a40cc4e145e4fdf5f81d7b6319cf713afa44c1.tar.lz mediagoblin-82a40cc4e145e4fdf5f81d7b6319cf713afa44c1.tar.xz mediagoblin-82a40cc4e145e4fdf5f81d7b6319cf713afa44c1.zip |
Remove the last traces of beaker.
There were still some traces of beaker around:
- docs: replaced by reference to itsdangerous.
- paste configs: Wiped away.
- config_spec.ini: wiped.
- test_mgoblin_app.ini: also wiped.
Diffstat (limited to 'docs/source/devel/codebase.rst')
-rw-r--r-- | docs/source/devel/codebase.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/devel/codebase.rst b/docs/source/devel/codebase.rst index cd46242c..9718a097 100644 --- a/docs/source/devel/codebase.rst +++ b/docs/source/devel/codebase.rst @@ -142,8 +142,8 @@ Software Stack * `werkzeug <http://werkzeug.pocoo.org/>`_: nice abstraction layer from HTTP requests, responses and WSGI bits - * `Beaker <http://beaker.groovie.org/>`_: for handling sessions and - caching + * `itsdangerous <http://pythonhosted.org/itsdangerous/>`_: + for handling sessions * `Jinja2 <http://jinja.pocoo.org/docs/>`_: the templating engine |