From f4d1a33c69fa2dc0bebfc81d3f39d5be4956d221 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Mon, 17 Jan 2022 15:47:30 +0200 Subject: [PATCH] Add first real recommendation --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7695478..320d910 100644 --- a/README.md +++ b/README.md @@ -2296,15 +2296,17 @@ Figure out what is going to work best for you. ## Django Styleguide in the Wild -Here's a collection of different folks & companies, that have found the styleguide useful. +Here's a collection of different folks & companies, that have found the styleguide useful: --- -**Jane Doe, Senior Software Engineer at Example Corp.** +**Michael Valencia, CTO at [Facturedo](https://facturedo.com/)** -> 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. +> The source code of our core project in Facturedo started to get messy. +> Business logic could be found in many, incoherent places. We needed a solution to structure our Django project and we found it in the Django Styleguide. > -> 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. +> We recommend it to anyone wanting to structure a medium to large-sized project. +> It's a well defined guide that's constantly evolving. ---