From: Sebastian Spaeth Date: Thu, 15 Nov 2012 15:57:33 +0000 (+0100) Subject: purge webob from docs and replace with werkzeug X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=53f528cfeaab5fc146844b6d7d85997c92cfd979;p=mediagoblin.git purge webob from docs and replace with werkzeug --- 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 `_: we'll use this for configuring and launching the application - * `WebOb `_: nice abstraction layer + * `werkzeug `_: nice abstraction layer from HTTP requests, responses and WSGI bits * `Beaker `_: for handling sessions and