i have developed one project using python 3.9 and django 3.2.
and also one existing project is there that was developed python version 2 and Django 1.9.4. it was deployed in apache server it is working fine.
problems are raised when we trying to deploy latest project like python 3.9 and Django 3.2 in current servers(which have already python 2 and django 1.9.4 project is running).