On Tue, Mar 30, 2010 at 6:33 PM, Wiiboy <jordon...@gmail.com> wrote:
> Hi guys,
> How do I add a message (Django 1.2 style) each page load, and have it
> cleared after the request?
>
> I set up a middleware running on process_request, but I end up with a
> bunch of messages in the admin interface.

May sound obvious, but:
 - have you enabled the messages' context processor?
 - are you consuming the 'messages' variable in your templates?

Regards,

~Rolando

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to