How to syndicate comments subscriptions in Django -


When I create a search for the right way to know about" subscribe to a comment feed "with an email subscription Looking for, many blogs have seen me have found an RSS feed job, but would like to use a cleaner email subscription.

What is the correct way to go about this? Would I want to create new database tables to manage it, create a new class in the models.py file, or use third party applications better is? I like to stop using things like intense debate. I want to keep as much as possible the djuice.

Am I assuming that it is already available in Django?

Actually, I want to make something like "Notification", I write this question as the "daily of new answers" at the bottom of this page.

Edit: I wonder if I should try to use signals?

If you would like to use the app, this is a good reusable application that allows you to Defines which specific notifications will speed up and you can specify how the notification will be sent, e.g. In your example by mail

But it is not possible what you want because there is no way to send only one email per day, all the new posts have been created.

Then I suggest:

  • Create a new simple app that tells customers about their details how often they want to receive updates.
  • Then create a management command, which sends the email, depends on the new post and the settings of your customers.
  • Make a chronose (or use) to trigger this view every day.

Comments