From 1ccea93eed82e3077c46fc58cfc98ea25d12345a Mon Sep 17 00:00:00 2001 From: Lewis_yan Date: Wed, 8 Apr 2026 17:30:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20dvadmin=5Fak=5Fsk?= =?UTF-8?q?=20=E5=88=B0=20INSTALLED=5FAPPS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/application/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/application/settings.py b/backend/application/settings.py index d3da390..47a2033 100644 --- a/backend/application/settings.py +++ b/backend/application/settings.py @@ -65,6 +65,7 @@ INSTALLED_APPS = [ "apps.pisadmin.dashboard", "apps.pissupplier", "sync", + "dvadmin_ak_sk", ] MIDDLEWARE = [