Re: Best approach to adding user notification and message alerts

2014-10-13 Thread Collin Anderson
Hi Chris, Also, check out assignment_tags if you haven't. https://docs.djangoproject.com/en/1.7/howto/custom-template-tags/#assignment-tags Collin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Best approach to adding user notification and message alerts

2014-10-10 Thread Russell Keith-Magee
Hi Chris, As with all interesting questions, the answer is "it depends" :-) At the core, all you need to render badges like the ones you've highlighted is a way to count the "things" that are being displayed (messages, notifications, chickens crossing the road - it doesn't matter). Pass that

Best approach to adding user notification and message alerts

2014-10-10 Thread Chris BB
I am working on a project that requires the system to show notifications and new message alerts to users when logged in (please see attached image). Whats the best approach to getting this done, what would the code look like - all suggestions are welcomed. Thanks in Advance. -- You received