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
env_site\Scripts\activate.bat
(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
python manage.py runserver
Complete Redux & Redux Toolkit Course - • Discover the Power of React Redux & R...
Context API Crash Course - • Context API Tutorial for Beginners 🔥 ...
MERN Stack Authentication Tutorial - • MERN Stack Authentication Tutorial | ...
MERN Stack CRUD Application - • MERN Stack Complete CRUD Application ...
React Router V6 Complete Tutorial - • React Router v6 Complete Course 🔥 | L...
Complete Courses ( Playlists )
React JS Projects : • React JS Projects ( Real World Projec...
MERN Stack Developer Projects : • MERN Stack Projects 2024
MERN Stack Authentication Tutorial : • MERN Stack Authentication & Authoriza...
Complete HTML Tutorial for Beginners : • Introduction to HTML, Features of HTM...
Complete JavaScript Array Methods : • forEach Method in Javascript | Javasc...
Complete React.Js Course : • Introduction to React JS | Complete R...
Complete DigitalOcean Tutorial : • How to Install WordPress on DigitalOc...
Complete WordPress Tutorial : • Install WordPress on Localhost - Xamp...
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 !
Business Email : [email protected]
Instgram : / i_m_viju_official
Facebook : / codewithvijuofficial
Like Share and Comment for more helpfull videos.
Thank You for Watching
#howto #coding #programming #tutorials #codewithviju