skip to navigation
skip to content

qc.statusmessage 1.0b3

WSGI Middleware for displaying status messages

Downloads ↓

Introduction

Sometimes in web application development the need arises to show a status message or similar notices to a user. This can of course be easily done in some success page but sometimes this page is rendered by a different request because of a redirect. In these cases you can use some query parameters or similar methods but that's not always easy to use or might even have security problems.

qc.statusmessage tries to solve this problem by giving you a MessageList object which is put into the WSGI environment on ingress and processed on egress to store a list of messages inside a cookie.

For information on how to use it check out the online documentation or check out the source code repository.

Changelog

Next release

1.0b3 - July 20th 2009

Bugfixes

  • fixed link to PyPI package in documentation [cs]
  • fixed handling of broken cookies [cs]

1.0b1 - March 15th 2009

  • Initial release
 
File Type Py Version Uploaded on Size # downloads
qc.statusmessage-1.0b3.tar.gz (md5) Source 2009-07-20 10KB 671