How To Install Django In Window 8/10/11 | Django + Visual Studio Code Environment Setup🔥

preview_player
Показать описание
How To Install Django In Window 8/10/11 | Django + Visual Studio Code Environment Setup🔥

In this video we will look at the installation of latest version of Django in windows. I will show you the latest way to do it.

💖Be A Patron (Support On Monthly Basis)-
Get Source Code & Other Perks!

🔰Connect With Me:

📙Must Read Books That Will Transform Your Thinking-

#django
#pythondjango
#CodeWithMasood
#Programming
#Coding

DISCLAIMER: Some of the links in the description above are affiliate links, which means that if you click on one of the links and make a purchase, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for your support!
Рекомендации по теме
Комментарии
Автор

Thanks man. This video helped me a lot.

KamrulHasan-bfey
Автор

Thanks, man. What dB will django be using?

promisennanemere
Автор

thank you bro i appreciate you help me a lot

dibdhia
Автор

while running python manage.py runserver (Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?) this is the problem please help

jatin
Автор

I tried the command to install Django but it's saying unable to create process using...the requested operation requires elevation
Please can someone help me

Tolulope_dev
Автор

Sir after writing the command django-admin startproject djangoapp it shows the error that

The term django admin is not recognize as the name of cmdlet function scriptfile or operable program

prasadbagul
Автор

i got this error The term 'django-admin' is not recognized as the name of a
cmdlet, function, script file, or operable program.

gatomaru
Автор

Sir Please Reply Because I Have One Error That Django admin is not recognize as the name of cmdlet function script file or operable program

prasadbagul
Автор

whene i try to install django i have message in terminal witch is "No module named pip" what can i do ???? please i need it

dibdhia
Автор

Thanks dude very easy method 😅🫰🏻Than the others❤❤❤❤

anjalianju
Автор

for anyone who are having problem with "django-admin not recognized", you have 2 solutions :
1- On your right side, instead of powershell select command prompt (cmd) and then try again from step 1 of the video
2- Or go to terminal and select command prompt and do this following commands ->
python -m venv venv
cd venv/Scripts
activate
pip install django
// after this you need to go back to your main folder, otherwise your project will be created in the venv file, to go back use cd../..
and finally ->
django-admin startproject project_name

Le_Sylvestre
visit shbcf.ru