Have you ever been bitten by not pinning your dependencies in your django project? If not be glad, and come learn from my problems.
Pinning your dependencies is important to solve future unknown issues, better the devil you know and all that.
In this weeks video I talk about 3 times I had issues. They are either not pinning my dependencies, a weird edge case with pinning and python, and not really understanding what I was doing with pinned dependencies.