Open Lymkwi opened 8 months ago
This is already fixed on prod server, python 3.12 is not compatible with our django version. Using 3.11 is working fine, this was a fast fix, i forgot to push it to dev.
Alright, that makes sense.
Actually, we should look into upgrading django
, django_rest_framework
and djongo
as much as possible. For one of them (djongo
), the releases seem dead, and a fork (djongo5
) has been created to provide support for Django 5.X.
Yes, this is planned but for now, the easiest fix was to stay in python3.11 until the end of the LAN.
At the moment, trying to send an email with the current version of Django makes the backend explode:
As it turns out,
smtplib.SMTP_SSL
which is used by Django changed its code and now Django 4.2.7 has to follow.