Re: Timezone issue in when storing in DB

2023-08-15 Thread Mike Dewhirst
On 16/08/2023 12:35 pm, Madhusudhan Reddy wrote: Hi All, I am trying to store the date with the timezone. for example, my servers are in Mumbai, when my servers are trying to get the time of America/Detroit. it is not able to get proper time pytz is deprecated. You should consider using zonei

Timezone issue in when storing in DB

2023-08-15 Thread Madhusudhan Reddy
Hi All, I am trying to store the date with the timezone. for example, my servers are in Mumbai, when my servers are trying to get the time of America/Detroit. it is not able to get proper time Here is the snippet and details [image: Screenshot from 2023-08-16 08-00-21.png] def get_created_at(time

Re: How is Django For Api book

2023-08-15 Thread Roy Lagg
You could check out *William S. Vincent - REST APIs with Django. *The book is easy to read and has industry-standard tips and guides. On Tuesday, August 15, 2023 at 1:59:53 AM UTC+3 abu yahya Diab wrote: > I have good knowledge in API, you can say beginner knowledge in API. > I'm trying to delve

Re: AWS Polly w/ strictly Django and Javascript

2023-08-15 Thread Mike Dewhirst
On 15/08/2023 7:26 am, Lightning Bit wrote: Hello, how could one go about integrating AWS Polly voices onto a website utilizing only Django, HTML, CSS, and Javascript? I do not want to use "node.js" or "react". Look closely at htmx.org -- You received this message because you are subscribe

Re: Case-insensitive non-deterministic collation

2023-08-15 Thread Mike Dewhirst
Found a great article by Adam Johnson written in February ... https://adamj.eu/tech/2023/02/23/migrate-django-postgresql-ci-fields-case-insensitive-collation/ Covers all the bases. Thank you Adam Cheers Mike On 7/08/2023 12:28 pm, Mike Dewhirst wrote: On 6/08/2023 9:17 pm, Chetan Ganji wrot