The Django Base Site is a production-ready Django starter template that comes pre-configured with:
✨ Key Features
- Docker setup for development/production
- Custom user model & authentication (Django Allauth)
- Celery for async tasks
- Vite for frontend asset bundling
- Comprehensive testing setup (Pytest)
- Code quality tools (Ruff, Mypy)
- MkDocs documentation system
🎯 Perfect For
- Teams starting new Django projects
- Developers who want industry best practices
- Projects needing rapid deployment setups
🚀 Unique Advantages
- 12+ years of refinement
- Includes both dev and prod Docker configs
- Justfile for common project commands
- Detailed docs and health checks