diff mbox series

Update toaster-requirements to add django-log-viewer==1.1.7

Message ID 20231012213747.949369-1-alassane.yattara@savoirfairelinux.com
State New
Headers show
Series Update toaster-requirements to add django-log-viewer==1.1.7 | expand

Commit Message

Alassane Yattara Oct. 12, 2023, 9:37 p.m. UTC
Django Log Viewer allows you to read & download log files
in the admin page by using DataTables
---
 toaster-requirements.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Richard Purdie Oct. 12, 2023, 10:44 p.m. UTC | #1
Hi Alassane,

On Thu, 2023-10-12 at 22:37 +0100, Alassane Yattara wrote:
> Django Log Viewer allows you to read & download log files
> in the admin page by using DataTables
> ---
>  toaster-requirements.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/toaster-requirements.txt b/toaster-requirements.txt
> index c1f433f9..d8e48b7f 100644
> --- a/toaster-requirements.txt
> +++ b/toaster-requirements.txt
> @@ -1,3 +1,4 @@
>  Django>4.2,<4.3
>  beautifulsoup4>=4.4.0
>  pytz
> +django-log-viewer==1.1.7

The patch is missing a Signed-off-by: line.

Cheers,

Richard
diff mbox series

Patch

diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index c1f433f9..d8e48b7f 100644
--- a/toaster-requirements.txt
+++ b/toaster-requirements.txt
@@ -1,3 +1,4 @@ 
 Django>4.2,<4.3
 beautifulsoup4>=4.4.0
 pytz
+django-log-viewer==1.1.7