[PATCH] Update toaster-requirements to add django-log-viewer==1.1.7
Alassane Yattara <[email protected]> Thu, 12 Oct 2023 22:37:47 +0100
| Newsgroups | org.yoctoproject.lists.toaster |
|---|---|
| Message-ID | <[email protected]> |
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 -- 2.34.1