When you say you haver a "process in place", do you mean code sitting in a file?

If you haven't already, create a logout url and hook it up to your code to 
delete the log out data. Then just call django.contrib.auth.logout() somewhere 
in your logout view.

Cheers,
Ryan

On 27/12/2012, at 6:50 AM, 4 The good Life we work <[email protected]> 
wrote:

> Hallo,
> 
> I would like to delete certain data + login data after logout.
> 
> I have a process in place and would like to delete the
> data inserted if the process is not followed to the last step.
> 
> Thanks for your support,
> Michael
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to [email protected].
> 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.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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