You need only two commands, stay in the paent directory and run the following commands one by one:
pip install pipenv
pipenv install
pipenv shell
cd todo_saas
python manage.py runserver # Will run the development server
This will install all the dependecies from the pipfile and pipfile lock! Hopefully :V