[Answered ]-Problem recovering django with pipenv after crash

1👍

I recreated my local environment (I thought correctly but maybe not) and attempted to start the project with the files.

You probably made a virtual environment with as interpreter, you can construct one with:

pipenv --python 3

Leave a comment