Merge pull request #1 from HackSoftware/inspiration

Add `Inspiration` paragraph
This commit is contained in:
Radoslav Georgiev 2018-07-31 14:36:33 +03:00 committed by GitHub
commit f394af9810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,3 +178,12 @@ class Serializer(serializers.Serializer):
```
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