Re: [Toaster] [PATCH] Update toaster-requirements to add django-log-viewer==1.1.7
Richard Purdie <[email protected]> Thu, 12 Oct 2023 23:44:41 +0100
| Newsgroups | org.yoctoproject.lists.toaster |
|---|---|
| Message-ID | <68236d5e5158bad16c515d65ebd3b268860b07e8.camel@linuxfoundation.org> |
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