From 9c03fd5d3f553839170e88bc63a57c616c8879fe Mon Sep 17 00:00:00 2001 From: ErdemOzgen <14043035+ErdemOzgen@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:21:27 +0300 Subject: [PATCH] fixing initial setup --- content/Article&Books/Index.md | 11 ----------- content/CodeReview/DefectDojo.md | 2 -- content/Untitled.canvas | 1 + content/medium article ideas.md | 0 4 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 content/Article&Books/Index.md create mode 100644 content/Untitled.canvas create mode 100644 content/medium article ideas.md diff --git a/content/Article&Books/Index.md b/content/Article&Books/Index.md deleted file mode 100644 index 5a66ae5c1..000000000 --- a/content/Article&Books/Index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -tags: - - books - - article ---- -- -# Index -#books -#article -* [Books](./books/) -* [Articles](./articles/) \ No newline at end of file diff --git a/content/CodeReview/DefectDojo.md b/content/CodeReview/DefectDojo.md index 6d6bc01c7..7a0a0634c 100644 --- a/content/CodeReview/DefectDojo.md +++ b/content/CodeReview/DefectDojo.md @@ -178,8 +178,6 @@ Remember to follow Django's best practices and ensure that your command is idemp -![[utils.py.pdf]] - The code snippet you provided is a Django custom management command that computes and notifies about Service Level Agreement (SLA) breaches for findings. The `_notify` function is defined within the `sla_compute_and_notify` function to provide a clear, organized structure and to encapsulate functionality that is specific to the SLA computation and notification process. Here are a few reasons why `_notify` is implemented as an inner function: diff --git a/content/Untitled.canvas b/content/Untitled.canvas new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/content/Untitled.canvas @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/content/medium article ideas.md b/content/medium article ideas.md new file mode 100644 index 000000000..e69de29bb