diff mbox series

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

Message ID 20231012233918.1209234-1-alassane.yattara@savoirfairelinux.com
State Accepted, archived
Commit bc33f4275bc2dd82e308ef8da3ec93f3275e6127
Headers show
Series Update toaster-requirements to add django-log-viewer==1.1.7 | expand

Commit Message

Alassane Yattara Oct. 12, 2023, 11:39 p.m. UTC
Django Log Viewer allows us to read & download log files
in the admin page by using DataTables

Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
---
 toaster-requirements.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Tim Orling Oct. 13, 2023, 8:41 p.m. UTC | #1
In the future, for a follow on patch, please use [PATCH v2]
https://docs.yoctoproject.org/contributor-guide/submit-changes.html#taking-patch-review-into-account


On Thu, Oct 12, 2023 at 4:39 PM Alassane Yattara <
alassane.yattara@savoirfairelinux.com> wrote:

> Django Log Viewer allows us to read & download log files
> in the admin page by using DataTables
>
> Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
>
Reviewed-by: Tim Orling <tim.orling@konsulko.com>
Tested-by: Tim Orling <tim.orling@konsulko.com>

> ---
>  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
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15237):
> https://lists.openembedded.org/g/bitbake-devel/message/15237
> Mute This Topic: https://lists.openembedded.org/mt/101927305/924729
> Group Owner: bitbake-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/bitbake-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
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