“Instal Django Windows” Kode Jawaban

Menginstal Django

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

Instal Django Windows

pip install django
Obedient Oystercatcher

Instal Django Windows

venv\Scripts\activate
Tender Thrush

Instal Django Windows

django-admin startproject mysite
Lovely Locust

Instal 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

Instal Django Windows

python -m venv venv
Lovely Locust

Jawaban yang mirip dengan “Instal Django Windows”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya