01 - download installed django
Jun 17, 2024 ยท 2 min read ยท before start install python we are going to installed Django in virtual environment not in main machine or host machine . first to create virtual environment python3 -m venv .venv # for windows # python -m venv .venv # to activate the virtual ...
Join discussion
