Make sure you read the documentation that corresponds to the version of Django you’ve just installed.Īnd be sure to sign up for the django-users mailing list, where other Django users and the Django developers themselves all hang out to help each other. See the installation guide for further instructions. This archive is updatedĮvery time we commit code. Get it using this shell command, which requires Git:Ī gzipped tarball of the development version. This is only for experienced users who want to try incoming changes and help identify bugs before an official release. The latest and greatest Django version is the one that’s in our Git repository (our revision-control system). Install the beta with pip: pip install -pre django Option 3: Get the latest development version Want to try the new version and help identify remaining bugs before theĥ.0 release notes before using this package. Pip: pip install Django=4.2.7 Option 2: Get the beta for 5.0ĥ.0b1 is available. Read theĤ.2.7 release notes, then install it with The latest official version is 4.2.7 (LTS). Here’s how to get it: Option 1: Get the latest official version The FAQ for the Python versions supported by each version of Django. We recommend using the latest version of Python 3. Django is available open-source under the