Welcome to my channel! In this video, you'll learn how to install Django and set up your very first Django project.
🔧 Topics Covered:
1. How to install Python from python.org (Latest version: Python 3.12.5)
2. Creating and activating a virtual environment
3. Installing Django
4. Creating a new Django project
5. Running the Django development server
👨💻 Commands Used:
1. pip install virtualenv
2. python -m virtualenv venv
3. venv\scripts\activate
4. pip install django
5. django-admin startproject first_project .
6. python manage.py runserver
🌐 Helpful Links:
https://www.python.org/