First things first, create a main project directory and navigate into it. This should create an empty directory with the name project_tsukuyomi in your filesystem. Install Django with pipenv . If you look within the current directory, there are now two new files: Pipfile and Pipfile.26 Haz 2021
Read moreWhat is Pipenv in Django?
Pipenv is the new officially recommended packaging tool for Python which is similar to modern package managers like NPM (Node. js) or Composer (PHP). Pipenv solves common problems, most Python developers, encounter in the typical workflow using pip and virtualenv or venv .
Read moreHow do I install Pipenv on Windows 10?
Install Pipenv
Read more