From 822a7331371e983a5bfd65fb4c262a087958b6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadam=C2=B7Sadik?= <1903249375@qq.com> Date: Fri, 23 Aug 2024 13:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=89=BE=E5=88=B0simplepro=E7=9A=84templatetags=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sadam·Sadik <1903249375@qq.com> --- service/allkeeper-django.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/allkeeper-django.spec b/service/allkeeper-django.spec index dd2de03..1c9bb32 100644 --- a/service/allkeeper-django.spec +++ b/service/allkeeper-django.spec @@ -24,7 +24,8 @@ a = Analysis( 'middlewares', 'proj.log','proj.database_router', 'jumpService.admin', - 'accountSystem.admin' + 'accountSystem.admin', + 'simplepro.templatetags' ], hookspath=[], hooksconfig={},