lemoncurry/lemonauth/views/logout.py

4 lines
90 B
Python

import django.contrib.auth.views
logout = django.contrib.auth.views.LogoutView.as_view()