Re: Django dynamic time settings in DB

2020-07-26 Thread jhabar singh
It is never a good approach to store something in database which needs to be changed after every second. If you to perform asynchronous task then you can use celery https://docs.celeryproject.org/en/stable/getting-started/introduction.html On Sunday, July 26, 2020 at 11:54:17 PM UTC+5:30, adiat

Re: Django dynamic time settings in DB

2020-07-26 Thread adiath...@gmail.com
can you please give a documentation reference on that? On Sunday, July 26, 2020 at 10:59:22 AM UTC-7 larry.mart...@gmail.com wrote: > On Sun, Jul 26, 2020 at 1:50 PM adiath...@gmail.com > wrote: > > > > How can you continuously update your DB time field in django without > post request. > > Us

Re: Django dynamic time settings in DB

2020-07-26 Thread Larry Martell
On Sun, Jul 26, 2020 at 1:50 PM adiath...@gmail.com wrote: > > How can you continuously update your DB time field in django without post > request. Use websockets and channels. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

Django dynamic time settings in DB

2020-07-26 Thread adiath...@gmail.com
How can you continuously update your DB time field in django without post request. -- 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...@goog