Add new section - Additional resources

This commit is contained in:
Radoslav Georgiev 2022-02-28 10:54:56 +02:00
parent 6493086a6f
commit 048e130b35
No known key found for this signature in database
GPG Key ID: 0B7753A4DFCE646D

View File

@ -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)
<!-- tocstop -->
@ -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: