Practical Guides

Step-by-step tutorials and real-world examples for deploying Django applications with django-prodserver.

Getting Started

Quickstart Guide New to django-prodserver? Start here! This 10-minute tutorial walks you through installation, configuration, and running your first production server.

Deployment Guides

Docker Deployment Guide Learn how to deploy django-prodserver in Docker containers with complete Dockerfile examples, multi-stage builds, and Docker Compose configurations.

Environment-Specific Configuration Manage different configurations across development, staging, and production environments using Django settings patterns and environment variables.

Multi-Process Deployment Guide Run complete application stacks with web servers, background workers, and schedulers. Includes systemd and Docker Compose examples.

Migration Guides

Backend Switching Guide Switch between different backends (Gunicorn to Uvicorn, Celery to Django Tasks, etc.) with step-by-step migration instructions.

Additional Resources