Is there any way we can upgrade the django version to latest 5.x?

Hi there, is there any way we can upgrade the django version to latest 5.x ?
as currently I am stuck with the error stated below which is not part of taiga source code.
ImportError: cannot import name 'get_storage_class' from 'django.core.files.storage' (/opt/venv/lib/python3.11/site-packages/django/core/files/storage/__init__.py)

If you install using the Docker instructions you should not get this issue.

Are you installing using the Docker instructions?

sorry for the late reply @csmu.
I dont know what happen to my account but it was banned to post a reply.

yes, I already able to run the full stack of the Taiga via docker using the Docker Instruction. but what I want is to upgrade the Django to version 5.x. which when I tried to upgrade the django version to 5.x the above Import error show.

The banning is probably related to a spam prevention strategy.

If I wanted Django 5.x I’d start with an Django 5.x Docker Image and clone the Taiga repository in that container and see how it goes.

Or setup an install environment on your device, install Django 5.x, fork taiga and start from there - that’s what I’d do.

Ok, thanks for the advice csmu.
will try to troubleshoot and figure out by directly run the code without docker.