mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-29 04:53:46 +03:00
Merge pull request #1 from HackSoftware/inspiration
Add `Inspiration` paragraph
This commit is contained in:
commit
f394af9810
|
@ -178,3 +178,12 @@ class Serializer(serializers.Serializer):
|
||||||
```
|
```
|
||||||
|
|
||||||
The implementation of `inline_serializer` can be found in `utils.py` in this repo.
|
The implementation of `inline_serializer` can be found in `utils.py` in this repo.
|
||||||
|
|
||||||
|
|
||||||
|
## Inspiration
|
||||||
|
|
||||||
|
The way we do Django is inspired by the following things:
|
||||||
|
|
||||||
|
* The general idea for **separation of concerns**
|
||||||
|
* [Boundaries by Gary Bernhardt](https://www.youtube.com/watch?v=yTkzNHF6rMs)
|
||||||
|
* Rails service objects
|
||||||
|
|
Loading…
Reference in New Issue
Block a user