M
M
mr_drinkens892015-12-10 11:42:34
Django
mr_drinkens89, 2015-12-10 11:42:34

How to make notifications in django admin?

Tell me which way to dig.
There is an online store, and there are several managers. Each product is tied to a specific manager.
How to make online notification of new orders for each manager? by type of messages in VK, for example.
Orders have statuses (New, Processing, Archived).
There is an idea to somehow run the script at regular intervals (once every 10s), which will watch all the "new" orders and issue a popup.
What are your thoughts on this?
Thanks in advance

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
Evgeny Yablochkin, 2015-12-10
@Bers

websocket

A
Artem Afonin, 2015-12-10
@reli

Customized admin panel (AngularJS/React.js), RESTfull

S
sim3x, 2015-12-10
@sim3x

online store, and there are several managers
in this case, the standard admin panel is not used.

D
devel787, 2015-12-14
@devel787

> Tell me which way to dig.
You can read www.machinalis.com/blog/rt-django-notifications

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question