I try to learn Django but I came across a wall.I need to use Django 5 for my project but when I update Django to 5.0.3 my terminal update it than say that I am still in 4.2.11.
So I tried to uninstall it then reinstall it but after a successfull uninstallation the command : "python -m django --version" still return the 4.2.11 version.
So what can I do ?
Thanks