“Installieren Sie Django Windows” Code-Antworten

Installieren von Django

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

Installieren Sie Django Windows

pip install django
Obedient Oystercatcher

Installieren Sie Django Windows

venv\Scripts\activate
Tender Thrush

Installieren Sie Django Windows

django-admin startproject mysite
Lovely Locust

Installieren Sie 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

Installieren Sie Django Windows

python -m venv venv
Lovely Locust

Ähnliche Antworten wie “Installieren Sie Django Windows”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen