Getting Started¶
Welcome to the Modern Django template! This section will help you get up and running quickly.
Prerequisites¶
Before you begin, ensure you have the following installed:
- Python 3.14+ — The template uses modern Python features
- uv — Fast Python package manager (install uv)
- Docker & Docker Compose — For running infrastructure services
What's Covered¶
-
Quick Start
Get the application running in 5 minutes with minimal setup.
-
Development Environment
Complete setup for local development including IDE configuration.
-
Project Structure
Understand the directory layout and module organization.
Recommended Path¶
- Start with Quick Start to verify everything works
- Read Project Structure to understand the codebase layout
- Follow a Tutorial to add your first feature
- Study Core Concepts to understand the architecture