diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-18 15:56:29 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-19 16:31:46 +0100 |
| commit | ecfea054ee2b8ddfa027459ff8b6aecba05facf7 (patch) | |
| tree | b939a2577e58a9c2bb15c9d646f0f73d7d4cbcc9 /docs/howto | |
| parent | f955c90488e1f32e6e38b3c956e937579d389fb2 (diff) | |
Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/windows.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index d0d2b9a119..5dd40915d9 100644 --- a/docs/howto/windows.txt +++ b/docs/howto/windows.txt @@ -2,7 +2,7 @@ How to install Django on Windows ================================ -This document will guide you through installing Python 3.11 and Django on +This document will guide you through installing Python 3.12 and Django on Windows. It also provides instructions for setting up a virtual environment, which makes it easier to work on Python projects. This is meant as a beginner's guide for users working on Django projects and does not reflect how Django @@ -18,7 +18,7 @@ Install Python ============== Django is a Python web framework, thus requiring Python to be installed on your -machine. At the time of writing, Python 3.11 is the latest version. +machine. At the time of writing, Python 3.12 is the latest version. To install Python on your machine go to https://www.python.org/downloads/. The website should offer you a download button for the latest Python version. |
