public
Description: Django-Flash is a simple Django extension which provides support for Rails-like flash messages.
Homepage: http://djangoflash.destaquenet.com
Clone URL: git://github.com/danielfm/django-flash.git
name age message
file .gitignore Sun Feb 08 07:39:21 -0800 2009 Ignoring .coverage file. [Daniel Fernandes Martins]
file AUTHORS Thu Aug 13 16:42:04 -0700 2009 Fixing the contributor name. (sorry about that) [danielfm]
file LICENSE Tue Jun 23 18:15:33 -0700 2009 Done a few fixes and improvements before launch... [danielfm]
file README Sat Aug 15 15:06:16 -0700 2009 Removing the --EOF mark since we're not in the ... [danielfm]
directory doc/ Mon Nov 23 03:02:38 -0800 2009 Moved the contact information to the 'getting i... [danielfm]
file ez_setup.py Sat Oct 24 17:02:25 -0700 2009 Updated ez_setup.py script (0.6c9 -> 0.6c11). [danielfm]
file fabfile.py Mon Nov 23 03:02:17 -0800 2009 Fixed a problem with the 'hosts' variable. [danielfm]
file setup.py Sun Nov 01 07:10:10 -0800 2009 Upgrading to Fabric 0.9rc1. [danielfm]
directory src/ Wed Oct 28 04:53:33 -0700 2009 Updated comment. [danielfm]
README
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 flash.

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
----------------------

To learn everything about Django-Flash, take a look at the the complete
documentation at:

    http://djangoflash.destaquenet.com/


Credits
-------

    Author:  Daniel Fernandes Martins <daniel@destaquenet.com>
    Company: Destaquenet Technology Solutions <http://www.destaquenet.com/>