Skip to content

Commit 4ed95f8

Browse files
committed
add:管理页面页码+Banner配置
1 parent d47da11 commit 4ed95f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@
4141
DESCRIPTION = config('DESCRIPTION', cast=str, default="FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件等文件")
4242
# 网站关键词
4343
KEYWORDS = config('KEYWORDS', cast=str, default="FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件等文件")
44-
# 上传页Banner图片
45-
UPLOAD_BANNERS = config('UPLOAD_BANNERS', cast=str, default=["/static/banners/img_1.png", "/static/banners/img_2.png"])
4644
# 存储引擎
4745
STORAGE_ENGINE = config('STORAGE_ENGINE', cast=str, default="filesystem")

0 commit comments

Comments
 (0)