Getting Django Running Locally with the Help of uv

Tonight I wanted to get a local copy of Django set up and running, with the aim of taking some baby steps towards contributing to Django. I was expecting this to be much harder, but after following the steps outlined in the Django docs, but substituting in some uv commands, I was up and running and fully tested within about 5 minutes.

Here are the steps I followed, on my Mac...

Read more...