[Answer]-Does Django 1.5 come with a default logout view?

1👍

Yes, it does – see the docs for the possible arguments it takes and the context it provides to the template:

https://docs.djangoproject.com/en/1.5/topics/auth/default/#django.contrib.auth.views.logout

Leave a comment