Streamlining Your Django Development Environment with Docker Containers
Too Long; Didn't Read
In this tutorial I'll show how you can create a shared and repeatable development environment that your entire team can use. We'll use Docker to containerize not only your Django application, but a Postgres database, Celery instances, and a Redis cache server. Along the way, we'll use best practices to improve developer productivity and keep configuration maintainable.