Re: Project together

2023-12-12 Thread Muddu George
+256754605808 , Add me On Monday 11 December 2023 at 18:03:17 UTC+3 Akshat Shah wrote: > I am interested as well > > On Monday 11 December 2023 at 01:48:09 UTC+5:30 Williams wrote: > >> Add me 0037369134555 >> >> On Thu, Nov 23, 2023, 8:14 PM Youssef Bachraoui >> wrote: >> >>> Hi developer i se

Re: Django 4.2, PyPy and Postgres

2023-12-12 Thread Pete Doherty
I did try using psycopg2-binary and the app wouldn't start. I'll have to revisit to find what that exact error was. That's a good suggestion, though, as I did not try with the Python (i.e. non-binary) package. Anyways, the consensus after a quick web search seemed to be to use psycopg2cffi whe

Re: Django 4.2, PyPy and Postgres

2023-12-12 Thread Pete Doherty
Interestingly, I can confirm that using Psycopg 3 *does *seem to work. I only got it working a few minutes ago, so it has not been thoroughly tested but my test suite passes, which is very encouraging. Thanks for the nudge, Jason. On Tuesday, December 12, 2023 at 10:51:29 AM UTC-5 Pete Doherty

Re: Django 4.2, PyPy and Postgres

2023-12-12 Thread Jason
sweet, glad this worked out, and hope the initial promise continues to hold true. On Tuesday, December 12, 2023 at 12:58:11 PM UTC-5 Pete Doherty wrote: > Interestingly, I can confirm that using Psycopg 3 *does *seem to work. I > only got it working a few minutes ago, so it has not been thoroug