Python Paste: Difference between revisions

Content deleted Content added
WSGI middleware: grammatically clarification
Line 18:
 
Paste is a component used in the [[Pylons_(web_framework)|Pylons]] web application framework.
 
The paste utilities allow developers to install and integrate [[web application]]s easily, even when based on different frameworks and server environments (e.g. [[SCGI]], [[FastCGI]], or [[Web Server Gateway Interface|WSGI]]).
 
== External links ==