Video | Python | Data engineering

Django Install (HD)

Here's how to get Django installed and running on your machine, starting with Python and ending with a quick version check.

Watch on YouTube
  • Django runs within the Python framework, so you must install a compatible version of Python first (here, Python 2.6 with Django 1.0.2).
  • Extract the Django download with a tool like 7-Zip, rename the folder to something simple, and move it to the C drive.
  • Install Django by navigating to its folder in the command line and running setup.py install.
  • Verify the installation by opening Python, typing import django, then django.VERSION to confirm the version installed.

This walks through the full process of getting Django running on a Windows machine, from installing a compatible Python version through to confirming Django is correctly installed.

The video assumes a fresh Windows machine with neither Python nor Django installed, and uses the command line for the actual install step.

The Breakdown
  1. Install a compatible Python version first 0:24

    Django only works on top of Python, and only certain Python versions are supported by a given Django release, so you must check compatibility and install the matching Python version before doing anything else. This is a hard prerequisite, not an optional tip.

  2. Confirm Python installed correctly 1:44

    After running the Python installer and clicking through the prompts, check the C drive for a Python folder to confirm it's actually there before moving on.

  3. Download and extract Django 2:09

    Download the Django version matching your Python install, then extract the archive using a tool like 7-Zip if you don't have WinRAR.

  4. Rename and relocate the Django folder 2:21

    Rename the extracted folder to something short and simple, since you'll need to type its name accurately in the command line, then move it to the C drive so it's easy to reference.

  5. Run the install from the command line 3:04

    Open the command line, navigate into the renamed Django folder with cd, and run setup.py install. This must happen after Python and Django are both in place and the folder is correctly renamed, otherwise the command line won't find it.

  6. Verify the installation 4:25

    Open Python from the command line, type import django, then django.VERSION (in capitals) to have it report back the installed version, confirming everything worked.

Worth Knowing
  • Django version compatibility is tied to a specific Python version, so check this before downloading anything.
  • Renaming the Django folder to something simple avoids spelling mistakes when typing paths in the command line.
Use It When

Reach for this whenever you're setting up a fresh Windows machine for Django development and need a clean, verified install before starting a project.

How this Rollup was made provenance & method

A Rollup is drafted by AI from the video's transcript, then reviewed and edited by Tim. Everything used to produce this one is listed below — the model, the exact prompt, and the source video — so the process is transparent and reproducible.

Transcription
On-device — NVIDIA Parakeet v3 for recent videos, OpenAI Whisper large-v3 for earlier ones. The transcript never leaves the machine or gets published.
Drafting
Claude Sonnet 5 in the cloud, from that transcript.
Prompt
The exact Rollup prompt (v2) — the full system prompt, unedited.
Source video
Watch on YouTube
Drafted
5 July 2026 at 09:38
Reviewed & edited
5 July 2026 at 09:41 · by Tim Ngwena

Model + prompt + video is everything you'd need to recreate a Rollup like this yourself. The one thing we don't share is the transcript.

Rights. The video and its transcript are the property of TN Media Ltd. Unauthorised use or download is prohibited. © TN Media Ltd.