Saturday, December 29, 2012

Re: Actions after logout

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 <4thegdlife@googlemail.com> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.


No comments:

Post a Comment