PylonsHQ.

Layout: Fixed-width

Label: paste

Content with label paste in Pylons Cookbook (See content from all spaces)
Related Labels: response, deploy, cookie, mvc, apache, tutorial, pylons, mod_wsgi

Page: Creating Templates For The paster create Command
Introduction Paste is an extremely powerful package that isn't just about WSGI middleware. A few weeks ago I demonstrated how to use entrypoints to create simple plugins Using Entry Points to Write Plugins. In this article I'm going ...
Page: mod_wsgi and workingenv.py
Running a Pylons app under modwsgi using workingenv.py :author: Alberto Valverde .. warning:: This article is out of date. workingenv has been superceded by `virtualenv <http://pypi.python.org/pypi/virtualenv>`. Introduction ============= `modwsgi` is an Apache module developed by Graham ...
Other labels: deploy, apache, pylons, mod_wsgi
Page: Pylons for people in a hurry
Pylons for people in a hurry This is one of a set of quick guides for getting started with the different components of Pylons. Introduction Pylons is a web framework for developing web applications. Working within a web framework is useful because, It ties together a bunch of useful libraries ...
Other labels: tutorial, pylons, mvc
Page: Setting cookies and response headers
Pylons uses Paste to deal with HTTP responses which has a thin wrapper class around WSGI. This wrapper class is available as paste.Response and is already imported to your lib/base.py module. To set cookies or some response header you invoke ...
Other labels: response, cookie

Powered by Pylons - Contact Administrators