Django is a Python-based free and open-source web framework that follows the model–template–views architectural pattern.
In this video, I am explaining how to install Django from the beginning.
Install Django using the python "pip" command.-- "pip install django"
Check Django version - "python -m django --version"
create Django project -- "django-admin startproject challenges"
Run server -- "python manage.py runserver"
You can access your project at - http://localhost:8000/
---
00:00 Step - 1 | Python Installation
02:00 Step - 2 | Django Installation in system
03:06 Step - 3 | Django first project setup
04:21 Step- 4 | Running Django project on the local server (localhost)
-----
🎯 : 20 views till 31st March 2022 & 15 Likes
-----
Tags:
How to install django
Django cmd commands
Django Installation Guide for windows 10, windows 11
Django installation tutorial
Django cmd commands list
How to install Python
How to configure Django first project
How to run server on Django
Django command for new project
Django command for runserver
Django installation guide step by step video