django 中的注销系统

Logout system in django

我想使用默认系统注销

我访问:

https://docs.djangoproject.com/en/1.11/topics/auth/default/

你能告诉我一个在默认系统下注销的项目或代码吗?

githubWhosebug

中的代码或项目

**注:**我想知道:

什么 return ?

我需要什么?

它会破坏会话吗?

它会取消设置会话吗?

或者什么?

所有回答都会对我有帮助

查看本教程。 https://simpleisbetterthancomplex.com/tutorial/2016/06/27/how-to-use-djangos-built-in-login-system.html

这个答案可能有帮助: Why can't I logout on django user auth?