开发者

Is there a Django App/Plugin that will do notifications for me? [closed]

开发者 https://www.devze.com 2023-01-24 06:07 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

Such as Twitter's drop down notifications whenever something happens.

Whenever a user finishes registration, the notification will drop down and say开发者_运维知识库, "Thank you"


Would django flash message be sufficient for you?


Why not use django.contrib.messages if you're using Django >= 1.2?

Read this Django Advent article on django.contrib.messages. It seems like it should do what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消