diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-11-15 16:57:33 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-12-21 08:10:48 +0100 |
commit | 53f528cfeaab5fc146844b6d7d85997c92cfd979 (patch) | |
tree | 76a64bd51a1b8f2aa49980faea9dbfd170db2592 /docs/source/siteadmin/codebase.rst | |
parent | b745bb50d8a4c92b5adbbd6918262ff8c9cc9609 (diff) | |
download | mediagoblin-53f528cfeaab5fc146844b6d7d85997c92cfd979.tar.lz mediagoblin-53f528cfeaab5fc146844b6d7d85997c92cfd979.tar.xz mediagoblin-53f528cfeaab5fc146844b6d7d85997c92cfd979.zip |
purge webob from docs and replace with werkzeug
Diffstat (limited to 'docs/source/siteadmin/codebase.rst')
-rw-r--r-- | docs/source/siteadmin/codebase.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/codebase.rst b/docs/source/siteadmin/codebase.rst index 22f4e18b..73e938e7 100644 --- a/docs/source/siteadmin/codebase.rst +++ b/docs/source/siteadmin/codebase.rst @@ -65,7 +65,7 @@ Software Stack `Paste Script <http://pythonpaste.org/script/>`_: we'll use this for configuring and launching the application - * `WebOb <http://pythonpaste.org/webob/>`_: nice abstraction layer + * `werkzeug <http://werkzeug.pocoo.org/>`_: nice abstraction layer from HTTP requests, responses and WSGI bits * `Beaker <http://beaker.groovie.org/>`_: for handling sessions and |