python学习

This commit is contained in:
2019-07-29 15:28:02 +08:00
parent 5ee5b5035c
commit 04327fbd47
18 changed files with 709 additions and 274 deletions

View File

@@ -16,4 +16,9 @@ IGNORE_CHECK_LOGIN_URLS = [
]
PAGE_SIZE = 50
PAGE_DISPLAY = 10
PAGE_DISPLAY = 10
STATUS_MAPPING = {
"1":"正常",
"0":"已删除"
}