From 150c3e6c25640ff061f032793d3af43cd8f37544 Mon Sep 17 00:00:00 2001 From: DEENUU1 Date: Mon, 26 Feb 2024 18:15:13 +0100 Subject: [PATCH] turn off CD pipeline --- .github/workflows/ec2.yml | 1 + README.md | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ec2.yml b/.github/workflows/ec2.yml index 69aac85..2bc026e 100644 --- a/.github/workflows/ec2.yml +++ b/.github/workflows/ec2.yml @@ -12,6 +12,7 @@ concurrency: jobs: deploy: name: Deploy + if: false runs-on: ubuntu-latest steps: - name: Configure SSH diff --git a/README.md b/README.md index e0bbe73..26600c8 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ - - - -**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** -- **Use Repository Pattern for database operations** -- **Business logic is stored in Service layer** - [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url]