There's a couple of ways to update the UI without the user doing anything. First, you can poll the server at a regular interval using JavaScript. Second, you can use a websocket to push updates from the server to the client.
On May 30, 2022 6:28:40 AM CDT, Dev femibadmus <[email protected]> wrote: >fine! we can submit form with ajax, and update little tag b cant update all. > >*Instagram* auto update likes, new post, message or even notification >without any event, even if a event itself action how possible to update >differents post likes, notification blah blah blah blah blah......*How???* > >-- >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 view this discussion on the web visit >https://groups.google.com/d/msgid/django-users/0ad98d8c-a9de-4a4c-af16-484426f2f695n%40googlegroups.com. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/357EBCCC-9DA6-4EC0-9EA9-72F73B183F65%40fattuba.com.

