How to Install Python, PIP and Django on Windows in 7 Minutes | Pro Guide 2024

preview_player
Показать описание
How to Install Python, PIP and Django 3.12.0 on Windows in 7 Minutes | Pro Guide

🔧 What You'll Learn:

Python Installation
PIP Setup
Django Installation

Install Django in Windows

(1) Create Virtual Environment
python -m venv env_site

(2) Activate Virtual Environment

(3)install django project
pip install django

(4)start a project
django-admin startproject geeks_site

(5) change directory
cd geeks_site

(6) start the server

Complete Courses ( Playlists )

Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for 'Fair Use'
for purposes such as criticism, comment, news reporting, teaching, scholarship, and research,
Fair use is a permitted by copyright statute that might otherwise be infringing,
Non-profit, educational or personal use tips the balance in favor of fair use

► T A L K W I T H M E !

Like Share and Comment for more helpfull videos.
Thank You for Watching
#howto #coding #programming #tutorials #codewithviju
Рекомендации по теме
Комментарии
Автор

Please Like Share and Comment. Thanks for Watching :)

CodeWithViju
Автор

I am encountering a problem after running the third command. It says the trm Django admin is not recognized. And when I was installing python I was able to check the second box only.

NthatiSello-elrw
Автор

O comando django-admin não funcionou. O que fazer

Desenvlvedorweb