π‘ About This Guide This document explains how to start a Django project from scratch, covering both the approach used in this repository and industry best practices.
uv# Using uv (modern, fast Python package manager)
uv init
uv add django black
β Why uv?