feat: add log cleanup time setting to system settings
parent
8fb6b3bbbd
commit
0e3de5dfb8
|
|
@ -18,6 +18,8 @@ class SettingType(models.IntegerChoices):
|
||||||
|
|
||||||
RSA = 1, "私钥秘钥"
|
RSA = 1, "私钥秘钥"
|
||||||
|
|
||||||
|
LOG = 2, "日志清理时间"
|
||||||
|
|
||||||
|
|
||||||
class SystemSetting(AppModelMixin):
|
class SystemSetting(AppModelMixin):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue