mirror of https://github.com/raiots/TasksManager
update: README.md
This commit is contained in:
parent
151fcaacb5
commit
a6022a3865
15
README.md
15
README.md
|
@ -9,7 +9,7 @@ Author: [面壁的雨](https://raiot.me)
|
|||
|
||||
到时候会出一个文档的(或许
|
||||
|
||||
from 2020-7-13 to 2021-2-2
|
||||
from 2020-7-13 to 2021-3-31
|
||||
|
||||
鬼知道为什么会用这么长时间
|
||||
|
||||
|
@ -18,3 +18,16 @@ from 2020-7-13 to 2021-2-2
|
|||
#### 注意!
|
||||
|
||||
* 此版本仅为beta版本,请勿在生产环境使用
|
||||
|
||||
### 介绍
|
||||
|
||||
这是一个由Django开发的任务分发系统
|
||||
|
||||
#### feature:
|
||||
|
||||
* 员工可以看到自己负责的承办任务和协办任务
|
||||
* 部门全年任务时间表
|
||||
* 高定制度的后台管理页面
|
||||
|
||||

|
||||

|
|
@ -153,7 +153,7 @@ class TodoAdmin(ImportExportModelAdmin):
|
|||
list_filter = ('deadline',)
|
||||
list_display_links = ('todo_topic', 'deadline', )
|
||||
date_hierarchy = 'deadline'
|
||||
list_per_page = 5 # 目的是取消自动分页,好像有bug
|
||||
list_per_page = 70 # 目的是取消自动分页,好像有bug
|
||||
# raw_id_fields = ("sub_executor",)
|
||||
search_fields = ('todo_topic',)
|
||||
ordering = ('related_task', )
|
||||
|
|
Loading…
Reference in New Issue