From ecbe7733e4f89a5267fa4831235a3929b1a34627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20W=C5=82odarczyk?= <111304236+DEENUU1@users.noreply.github.com> Date: Sun, 4 Feb 2024 02:22:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fc101..0fbdb4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -**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 ** +**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:** - **Input/Output Serializer**