From 8b02f8d8f228adf4e1cf9f3816369e8597447ab4 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Tue, 31 Jul 2018 14:33:27 +0300 Subject: [PATCH] Add `Inspiration` paragraph --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e6bf1f8..80b2367 100644 --- a/README.md +++ b/README.md @@ -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