django message when logout

前端 未结 5 1986
青春惊慌失措
青春惊慌失措 2020-12-18 04:24

Once an user logged out of the site, it should redirect to the home page and to display the message as \"U are successfully logged out\" in the top of the page. Anyone help

5条回答
  •  囚心锁ツ
    2020-12-18 04:52

    Use the messages framework. https://docs.djangoproject.com/en/dev/ref/contrib/messages/

提交回复
热议问题