“Installer Django Windows” Réponses codées

Installation de Django

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

Installer Django Windows

pip install django
Obedient Oystercatcher

Installer Django Windows

venv\Scripts\activate
Tender Thrush

Installer Django Windows

django-admin startproject mysite
Lovely Locust

Installer 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

Installer Django Windows

python -m venv venv
Lovely Locust

Réponses similaires à “Installer Django Windows”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code