Answers for "install django linux"

12

installing django

#please check the python version
python -m pip install Django
Posted by: Guest on May-15-2020
1

install django

$ python -m pip install Django
Posted by: Guest on March-28-2021
1

Install Django Windows

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

create virtual environment

python -m venv venv
Then activate that environment

venvScriptsactivate
Then install Django in that environment

pip install django
Then create django project named mysite

django-admin startproject mysite
Posted by: Guest on June-18-2021
0

How to install Django using terminal

$ python -m pip install Django
Posted by: Guest on October-24-2021

Python Answers by Framework

Browse Popular Code Answers by Language