Answers for "install django 3.2 in windows"

1

Install Django Windows

Working !!
If you are using window then first of all

create virtual environment

python -m venv venv
Then activate that environment

venvScriptsactivate
Then install Django in that environment

pip install django
Then create django project named mysite

django-admin startproject mysite
Posted by: Guest on June-18-2021
0

Install Django in Windows

...> py -m pip install Django
Posted by: Guest on May-12-2020

Python Answers by Framework

Browse Popular Code Answers by Language