Django nag system search

I have a Django app. I implemented several "nag" codes in pretty manual mode, and now I'm looking for a special module / framework for such nags.

What do I mean by "nag"? . These are small boxes that appear at the top of each page on the site, similar to the built-in Django messages, which tell the user what their attention requires. For example, if the user's credit card expires, we need to show the nag saying: "Your credit card is expiring, click here to enter a new one." If the recent credit card fee failed, we need to show a grunt. If he has not confirmed his email address, we need to show nag.

Why not use the integrated infrastructure messages? Because these jokes are a little different from the messages. Messages are displayed once, and then they are cleared, and nags should be displayed every time on every page of the website that the user visits. Nags should have a close button, which will actually act as a snooze button, as a result of which the message will not be displayed for a certain period of time, for example, 24 hours.

Has anyone implemented something like this? The framework in which I can create these nags, indicate their conditions for appearance, their ability to defer and, possibly, more opportunities?

+3
source share
2 answers

, nagging cookie . , cookie.

+1

- , , nag - + ajax push engine (ape) jquery .

, .

0

All Articles