Take a look at django-notifications app - https://github.com/pinax/django-notification
I think it should be able to help you. you can check the example of it on this SO thread - http://stackoverflow.com/questions/1609775/how-do-i-display-notifications-from-django-notification On Tuesday, March 5, 2013 8:38:14 AM UTC-5, frocco wrote: > > Hello, > > I want to query the orders database every 5 minutes and alert admins that > new orders have arrived. > Would I use signals for this? > > Anyone have an example? > > Thank you > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

