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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3dbab-2c3be.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3dbab-2c3be.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?