fixing initial setup

This commit is contained in:
ErdemOzgen 2024-09-27 15:21:27 +03:00
parent cf7cecf06c
commit 9c03fd5d3f
4 changed files with 1 additions and 13 deletions

View File

@ -1,11 +0,0 @@
---
tags:
- books
- article
---
-
# Index
#books
#article
* [Books](./books/)
* [Articles](./articles/)

View File

@ -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:

1
content/Untitled.canvas Normal file
View File

@ -0,0 +1 @@
{}

View File