From da0e32da5e312f07528a1bb5fbd647ccfa6d9c46 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Thu, 26 Jul 2018 12:23:59 +0300 Subject: [PATCH] Add point for where to put services --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ccc596..82dd03f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Expect often updates as we discuss & decide upon different things. A service is a simple function that: +* Live in `your_app/services.py` module * Takes keyword-only arguments * Is type-annotated (even if you are not using `mypy` at the moment) * Does business logic - from simple model creation to complex cross-cutting concerns, to calling external services & tasks.