Add new section - Django Styleguide in the Wild

- Add example comment, to be used while the survey is running
This commit is contained in:
Radoslav Georgiev 2022-01-12 14:10:18 +02:00
parent e90e1d6bf0
commit ea3fb8ad3a
No known key found for this signature in database
GPG Key ID: 0B7753A4DFCE646D

View File

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