“Instalar Django Windows” Código de respuesta

Instalación de Django

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

Instalar Django Windows

pip install django
Obedient Oystercatcher

Instalar Django Windows

venv\Scripts\activate
Tender Thrush

Instalar Django Windows

django-admin startproject mysite
Lovely Locust

Instalar 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

Instalar Django Windows

python -m venv venv
Lovely Locust

Respuestas similares a “Instalar Django Windows”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código