Maintaning a Django codebase after 10k commits
Among the subjects we’ll tackle:
In this talk, we’ll examine some design decisions that have, and haven’t, scaled successfully, in the hope that the next time you start your big scale Django project, you won’t end up cursing your past self after three years.
Django is extremely effective for creating a website quickly with top notch features out of the box. But in some codebases, after a while, new developments can become harder and harder.
Let’s dive into the challenges that arise when a Django …