public
Fork of danielfm/django-flash
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/leah/django-flash.git
name age message
file .gitignore Sun Feb 08 07:39:21 -0800 2009 Ignoring .coverage file. [Daniel Fernandes Martins]
file LICENSE Tue Jun 23 18:15:33 -0700 2009 Done a few fixes and improvements before launch... [danielfm]
file README Thu Jun 18 18:34:01 -0700 2009 Adding support for custom storage backends (ses... [danielfm]
directory doc/ Tue Jun 23 18:15:33 -0700 2009 Done a few fixes and improvements before launch... [danielfm]
file ez_setup.py Tue Feb 03 16:39:38 -0800 2009 Several documentation improvements. [Daniel Fernandes Martins]
file setup.py Thu Jun 18 18:34:01 -0700 2009 Adding support for custom storage backends (ses... [danielfm]
directory src/ Thu Jun 25 22:08:05 -0700 2009 Changing all test methods' docstrings to identi... [danielfm]
README
django-flash
------------

    http://djangoflash.destaquenet.com/


Django-flash is a simple extension to the Django framework which enables the
use of the so called flash scope, first introduced by Ruby on Rails a few years
ago.

This is an open source project licenced under the terms of the Lesser General
Public License v3.0 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/>


--EOF