From 3eb178ec93e54d7464d17d9b0799102a7e3787db Mon Sep 17 00:00:00 2001 From: lan Date: Mon, 19 Dec 2022 18:05:56 +0800 Subject: [PATCH] =?UTF-8?q?add:=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=A1=B5=E7=A0=81+Banner=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings.py b/settings.py index a4cb825..005cc11 100644 --- a/settings.py +++ b/settings.py @@ -41,7 +41,5 @@ TITLE = config('TITLE', cast=str, default="文件快递柜") DESCRIPTION = config('DESCRIPTION', cast=str, default="FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件等文件") # 网站关键词 KEYWORDS = config('KEYWORDS', cast=str, default="FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件等文件") -# 上传页Banner图片 -UPLOAD_BANNERS = config('UPLOAD_BANNERS', cast=str, default=["/static/banners/img_1.png", "/static/banners/img_2.png"]) # 存储引擎 STORAGE_ENGINE = config('STORAGE_ENGINE', cast=str, default="filesystem")