Re: Rails-like Flash in Django

2007-08-10 Thread Brian Morton
Django also makes use of "messages" in the django.contrib.auth module for this purpose. Of course, that only applies if you are using users and authentication for your site. I think you can use them with anonymous users though, so I think they will still work for you. http://www.djangoproject.c

Re: Rails-like Flash in Django

2007-08-10 Thread Collin Grady
http://code.djangoproject.com/ticket/4604 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send

Re: Rails-like Flash in Django

2007-08-10 Thread James Bennett
On 8/10/07, sagi s <[EMAIL PROTECTED]> wrote: > In Rails, flash is a way to display a message in the next page. It is > extremely useful to provide lightweight feedback to user operations. > For examples when the user, say, submits a new article and after > clicking on the "Submit" button, then is

Rails-like Flash in Django

2007-08-10 Thread sagi s
In Rails, flash is a way to display a message in the next page. It is extremely useful to provide lightweight feedback to user operations. For examples when the user, say, submits a new article and after clicking on the "Submit" button, then is redirected to the front page, you want to let him kno