Pipenv shell & & python manage.py runserver, cannot be executed properly

I want to enter the pipenv environment first,

then run the web service immediately, but the second command cannot be executed,

tried many times but failed,

No solution was found online,

ask for advice

Thank you

Apr.15,2021

Try pipenv run manage.py runserver


have you reported anything wrong? Give out the error message
I suggest to see if python can be executed. Yes, it means that the python environment has it, and then see if the command is executed in the manage.py file directory

.
Menu