Django Introduction & Installation in Tamil | Beginner Friendly | Code With NK
Автор: Code With NK
Загружено: 2025-12-05
Просмотров: 17
Welcome to Code With NK!
You will Learn what django and its powerful Python frameworks,and the steps to install Django step by step.
🔹 In this video you will learn:
What is Django?
Features of Django
Why Django is used?
How to install Python
How to install Django
Process of creating a Django project
This tutorial is for students,beginers, and anyone who wants to start web development using python.
Commands Used In This Video
✅ Django Installation Commands
1️⃣ Check Python Version
python --version
or on some systems:
python3 --version
2️⃣ Upgrade pip (optional but recommended)
python -m pip install --upgrade pip
3️⃣ Create a Virtual Environment (recommended)
Windows:
python -m venv env
env\Scripts\activate
macOS / Linux:
python3 -m venv env
source env/bin/activate
4️⃣ Install Django
Windows:
pip install django
macOS / Linux:
pip3 install django
5️⃣ Verify Django Installation
django-admin --version
6️⃣ Create Your First Django Project
django-admin startproject myproject
7️⃣ Run the Django Development Server
python manage.py runserver
📌 Follow “Code With NK” for more videos on:
Python Tutorials
Django Full Course
Web Development
Projects & Mini Projects
Programming Tips
👍 Don’t forget to Like, Share, and Subscribe
👉 Comment your doubts — I will reply!
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: