Skip to content

Instantly share code, notes, and snippets.

@citmusa
Created November 9, 2016 02:28
Show Gist options
  • Save citmusa/fedff12806c75e030ac7b63d1e3c5365 to your computer and use it in GitHub Desktop.
Save citmusa/fedff12806c75e030ac7b63d1e3c5365 to your computer and use it in GitHub Desktop.
Django simple logout and redirect.
url(r'^logout/$', 'django.contrib.auth.views.logout', {'next_page': '/'}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment