基于Django的微博

发布于 2024-12-11 17:50:39 字数 344 浏览 0 评论 0原文

我想建立一个通知系统,该系统将在同一位置向用户提供有关以下事件的更新

  1. 当有人发送私人消息时
  2. 当有人在他们的博客上发表评论时
  3. 当有人评论他们的帖子时
  4. 如果用户选择“关注”某人,则向他们提供有关其活动的最新信息

我还想制作一个通用的微博,它将提供有关以下内容的随机更新人们正在做的事情,比如他们写的博客、他们写的教程、已经发布的新问题。

我有博客、问题、评论等的个人模型。但我不知道如何实施通知系统。我已经在 Django 中实现了该系统

I would like to build a notification system that will give updates to the user regarding the following events all at the same place

  1. When somebody sends a private message
  2. When somebody comments on their blog
  3. When somebody comments on their post
  4. If a user has selected to 'follow' somebody then give them updates about their activity

I would also like to make a generic MicroBlog that will give random updates about things people are doing like, blogs they have written, tutorials they have written, a new question that has been posted.

I have individual models for blogs, questions, comments and so on. But I do not know how too implement the notification system. I have implemented the system in Django

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

九八野马 2024-12-18 17:50:40

从你的用词来看,我想说你还没有深入了解 django-notificationdjango-notify:这两个都可能会满足您的需求。

Judging by you choice of words, I'd say you haven't yet dived into django-notification or django-notify: both of these will likely scratch your itch.

你曾走过我的故事 2024-12-18 17:50:40

请参阅 django-notification

该项目旨在为此类提供一个 Django 应用程序
功能。这包括:

其他应用通知提交通知消息
通过电子邮件通知消息登录的消息(可配置
由用户)通过 feed 发送通知消息

see django-notification

The project aims to provide a Django app for this sort of
functionality. This includes:

submission of notification messages by other apps notification
messages on signing in notification messages via email (configurable
by user) notification messages via feed

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文