From ea3fb8ad3ae8e8d6d4dc2999dc8cefba8711190f Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Wed, 12 Jan 2022 14:10:18 +0200 Subject: [PATCH] Add new section - `Django Styleguide in the Wild` - Add example comment, to be used while the survey is running --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b6085ed..1be45a6 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Django styleguide that we use in [HackSoft](https://hacksoft.io). * [Configuration](#configuration-1) - [Misc](#misc) * [mypy / type annotations](#mypy--type-annotations) +- [Django Styleguide in the Wild](#django-styleguide-in-the-wild) - [Inspiration](#inspiration) @@ -2286,6 +2287,20 @@ We have projects where types are looser. Context is king here. +## Django Styleguide in the Wild + +Here's a collection of different folks & companies, that have found the styleguide useful. + +--- + +**Jane Doe, Senior Software Engineer at Example Corp.** + +> As a Django developer, I was looking for examples and style guides of how other organizations structure their code in actual projects. I found the DjangoStyleguide a few months ago. +> +> I integrated some of the examples in my side project. It helped me to organize some bits of my code. I want to recommend it to anyone who uses Django, and it's not sure how to structure their project or want to see a different approach. + +--- + ## Inspiration The way we do Django is inspired by the following things: