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 witho

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

Re: downloading image files from django template

2020-07-26 Thread adiath...@gmail.com
Thanks, I got the answer. Working now. On Sunday, July 26, 2020 at 7:40:42 AM UTC-7 bharath...@gmail.com wrote: > Use anchor tag for images url > > On Sun, Jul 26, 2020 at 10:16 AM Teaching Tech > wrote: > >> How can I download an image file that is shown to the template in Django? >> I'm new