[EMAIL PROTECTED] napisaƂ(a):

>> Django provides something similar in the authentification app, but it
>> works only the the authentificated users :
>>
>> http://www.djangoproject.com/documentation/authentication/#messages
> 
> What would be the best way to implement something like this in django
> (without using the authentication bits)?

We did it using sessions and simple context processor that adds messages
from session to request context then clears the message lists in session.

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)

--~--~---------~--~----~------------~-------~--~----~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to