mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2025-02-12 01:20:51 +03:00
Add new section - Django Styleguide in the Wild
- Add example comment, to be used while the survey is running
This commit is contained in:
parent
e90e1d6bf0
commit
ea3fb8ad3a
15
README.md
15
README.md
|
@ -70,6 +70,7 @@ Django styleguide that we use in [HackSoft](https://hacksoft.io).
|
||||||
* [Configuration](#configuration-1)
|
* [Configuration](#configuration-1)
|
||||||
- [Misc](#misc)
|
- [Misc](#misc)
|
||||||
* [mypy / type annotations](#mypy--type-annotations)
|
* [mypy / type annotations](#mypy--type-annotations)
|
||||||
|
- [Django Styleguide in the Wild](#django-styleguide-in-the-wild)
|
||||||
- [Inspiration](#inspiration)
|
- [Inspiration](#inspiration)
|
||||||
|
|
||||||
<!-- tocstop -->
|
<!-- tocstop -->
|
||||||
|
@ -2286,6 +2287,20 @@ We have projects where types are looser.
|
||||||
|
|
||||||
Context is king here.
|
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
|
## Inspiration
|
||||||
|
|
||||||
The way we do Django is inspired by the following things:
|
The way we do Django is inspired by the following things:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user