[Solved] how do i start everything over with django?


Maybe your django project is using a different version than the one installed on your computer.

This issue happened to me when I updated django using pip, only to find out that my django project is no longer compatible. I had to find out which version my project was using and I reinstalled it.

First make sure that the version of your project matches the version of django that is installed.

solved how do i start everything over with django?