From patchwork Thu Oct 12 21:37:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alassane Yattara X-Patchwork-Id: 32084 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C792BCDB47E for ; Thu, 12 Oct 2023 22:41:55 +0000 (UTC) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by mx.groups.io with SMTP id smtpd.web11.24960.1697146680338441359 for ; Thu, 12 Oct 2023 14:38:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@savoirfairelinux.com header.s=DFC430D2-D198-11EC-948E-34200CB392D2 header.b=Gd7GkKty; spf=pass (domain: savoirfairelinux.com, ip: 208.88.110.44, mailfrom: alassane.yattara@savoirfairelinux.com) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id D7EE99C1042 for ; Thu, 12 Oct 2023 17:37:58 -0400 (EDT) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10032) with ESMTP id ou_sym8CyVke; Thu, 12 Oct 2023 17:37:58 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 576899C2CD3; Thu, 12 Oct 2023 17:37:58 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 576899C2CD3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1697146678; bh=C6SlSnOOgGle05yavmxbf+yDSCmXplNfiqtJnKS+KYg=; h=From:To:Date:Message-Id:MIME-Version; b=Gd7GkKtyVeFi7kxC0FHMzc8eeBQZxDakg+VtiUlbey5FapBVChq43UHaWwkFEADIM K4HMLVm+dozjapLj+7oxwmrW8gUEGzRNEzIqqOLwNzz1YpFetpRDzXSCiAsAtUs/25 ESBpuaYaw325+BH1J5DFrS5SgX8ofBDi8vNJ9M5Kqp0TbcNM20kRPCOW3uLQpAhv3C QpMtUHaDW9QExNQK18qBC16pze0GYgqLq2ovKPybtqnH+q7/4JfzFdBtY442AmE290 RQFSXL6+UnAAif07psv/ZcT/dzFL0rLxMUBsl+HmZT8rZgGyuoYpWFfVkKE0cgG/Up CcSCrmoiH00jg== X-Virus-Scanned: amavis at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10026) with ESMTP id Fxzp5JSgwi5n; Thu, 12 Oct 2023 17:37:58 -0400 (EDT) Received: from jedi.. (unknown [196.117.75.249]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id B818D9C1042; Thu, 12 Oct 2023 17:37:57 -0400 (EDT) From: Alassane Yattara To: toaster@lists.yoctoproject.org Cc: Alassane Yattara Subject: [PATCH] Update toaster-requirements to add django-log-viewer==1.1.7 Date: Thu, 12 Oct 2023 22:37:47 +0100 Message-Id: <20231012213747.949369-1-alassane.yattara@savoirfairelinux.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 12 Oct 2023 22:41:55 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/5857 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