Answers for "django windows 10"

0

how to install django on windows

#please run that code if alrady have python on windowq
pip install Django
Posted by: Guest on August-22-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

venv\Scripts\activate
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

free download django app for windows 10

...\> py --version
Posted by: Guest on November-07-2021
0

installing django on windows

how to install django
Posted by: Guest on October-31-2021

Code answers related to "django windows 10"

Python Answers by Framework

Browse Popular Code Answers by Language