All Projects → danielfm → Django Flash

danielfm / Django Flash

Licence: other
Django-Flash is a simple Django extension which provides support for Rails-like flash messages.

Programming Languages

python
139335 projects - #7 most used programming language

Django-Flash

Django-Flash is a simple Django extension that provides support for Rails_-like flash messages.

The flash is a temporary storage mechanism that looks like a Python dictionary, so you can store values associated with keys and later retrieve them. It has one special property: by default, values stored into the flash during the processing of a request will be available during the processing of the immediately following request. Once that second request has been processed, those values are removed automatically from the storage.

This is an open source project licenced under the terms of The BSD License_ and sponsored by Destaquenet Technology Solutions, a brazilian software development and consultancy startup.

Installation and Usage

Please read the online documentation <http://danielfm.github.com/django-flash/>_ for further instructions.

.. _BSD License: http://www.opensource.org/licenses/bsd-license.php .. _Rails: http://www.rubyonrails.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].