Hi,

I have a Django application that I want to provide a global messaging system that can be used in all the applications in my project. So for instance if someone sends a message to a user while using Application A then the user should be able to access the message from Application B. But I'm unsure how best to implement this.

I have application A set up with the models and views for the messaging part but say if I want a notification of new messages whilst the user is viewing a page from Application B I have no idea how to make sure that the information is available on views from other applications.

I know this is possible because there are other Django applications that seem to do similar things. I've never written a Django application that was meant to be used by more than one other application so I'm kind of in the dark on this one.

Hopefully I've explained what I want to do sufficiently. If not just ask and I'll try and clarify.

Thanks for any help!

--
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/53E235C2.1000909%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to