“Instale o Django Windows” Respostas de código

Instalando o Django

#please check the python version
python -m pip install Django
Cloudy Chamois

Instale o Django Windows

pip install django
Obedient Oystercatcher

Instale o Django Windows

venv\Scripts\activate
Tender Thrush

Instale o Django Windows

django-admin startproject mysite
Lovely Locust

Instale o Django Windows

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

create virtual environment

python -m venv venv
Then activate that environment

venv\Scripts\activate
Then install Django in that environment

pip install django
Then create django project named mysite

django-admin startproject mysite
Lovely Locust

Instale o Django Windows

python -m venv venv
Lovely Locust

Respostas semelhantes a “Instale o Django Windows”

Procure respostas de código populares por idioma

Procurar outros idiomas de código