Categories
django

Sending Notifications with Django and almost falling into a Trap

I almost fell into a trap… I have been developing a new product that sends emails to certain manager users when certain events happen. I am manually handling these tasks with ye old send_email. I also wanted to  bring in a facebook/twitter style notifications so managers can see things that require their attention when logging […]