From 048e130b35d8efdd0adad7db8ce553af50863e57 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Mon, 28 Feb 2022 10:54:56 +0200 Subject: [PATCH] Add new section - `Additional resources` --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8f8545e..a2c9c72 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ - [DX (Developer Experience)](#dx-developer-experience) * [`mypy` / type annotations](#mypy--type-annotations) - [Django Styleguide in the Wild](#django-styleguide-in-the-wild) +- [Additional resources](#additional-resources) - [Inspiration](#inspiration) @@ -2497,6 +2498,12 @@ Here's a collection of different folks & companies, that have found the stylegui --- +## Additional resources + +Additional resources that we found useful and that can add value to the styleguide. + +- [Dan Palmer - Scaling Django to 500 apps (DjangoCon US 2021)](https://www.youtube.com/watch?v=NsHo-kThlqI) + ## Inspiration The way we do Django is inspired by the following things: