Add Inspiration paragraph

This commit is contained in:
Radoslav Georgiev 2018-07-31 14:33:27 +03:00
parent f98cbebe2b
commit 8b02f8d8f2

View File

@ -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