forked from 00dani/lemoncurry
3 lines
90 B
Python
3 lines
90 B
Python
import django.contrib.auth.views
|
|
|
|
logout = django.contrib.auth.views.LogoutView.as_view()
|