From 134282fe287895f4f01c14530c1c07775ae28b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20W=C5=82odarczyk?= <111304236+DEENUU1@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:47:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fbdb4d..e0bbe73 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ **If you are a recruiter, you probably see that the entire business logic of the application is located in views, this is a problem of this project that I will improve, and currently, I have implemented this type of logic in this project:** https://github.com/DEENUU1/digital-fortress -**I used better practices used in django:** +**I used better practices used in Django:** - **Input/Output Serializer** -- **Create, update etc operations are located in the Services layer** -- **Database queries reside in the Selectors layer** +- **Use Repository Pattern for database operations** +- **Business logic is stored in Service layer** [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url]