python学习

This commit is contained in:
2019-07-22 17:58:38 +08:00
parent b5cd21d1ae
commit 0ba940441f
5 changed files with 177 additions and 189 deletions

View File

@@ -13,4 +13,7 @@ IGNORE_URLS = [
IGNORE_CHECK_LOGIN_URLS = [
"^/static",
"^/favicon.ico"
]
]
PAGE_SIZE = 50
PAGE_DISPLAY = 10