[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 … Read more