Lots of changes \
[frozenviper.git] / danielfm-django-flash-8cde4bf / README.rst
blob1730327ef43aabfb0e7447cf0bbec8a2aadb9108
1 Django-Flash
2 ============
4 Django-Flash is a simple Django extension that provides support for Rails_-like
5 *flash* messages.
7 The *flash* is a temporary storage mechanism that looks like a Python
8 dictionary, so you can store values associated with keys and later retrieve
9 them. It has one special property: by default, values stored into the *flash*
10 during the processing of a request will be available during the processing of
11 the immediately following request. Once that second request has been
12 processed, those values are removed automatically from the storage.
14 This is an open source project licenced under the terms of The
15 `BSD License`_ and sponsored by `Destaquenet Technology Solutions`_, a
16 brazilian software development and consultancy startup.
19 Installation and Usage
20 ----------------------
22 Please read the `online documentation <http://djangoflash.destaquenet.com/>`_
23 for further instructions.
26 .. _BSD License: http://www.opensource.org/licenses/bsd-license.php
27 .. _Django: http://www.djangoproject.org/
28 .. _Rails: http://www.rubyonrails.org/
29 .. _Destaquenet Technology Solutions: http://www.destaquenet.com/