-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument
More file actions
100 lines (74 loc) · 1.55 KB
/
document
File metadata and controls
100 lines (74 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
gms graduation design management system
Python
Flask framework
SQLAlchemy ORM
3-15:
Create the gms database
create tables:
users
tasks
create the first application:
login.py --SQLAlchemy session
problem:
1.session
2.make configuration files
3-16:
1.Finish the login part 50% simple test
2.start the next application:Task selection app
3-17-3-18:
finish login
publish task 40%
select task 20%
use blueprint
make a global config need to run:
export gms_settings = /home/yang/graduation/gms/settings.py
3-19
finish the publish task
make the configuration part
3-20
todo:
finish the select part
a.paginator
b.show data
c.ui
d.Algorithm review
3-23
report part use reportlab:
need to install first
easy_install reportlab
3-26
if need the search part need to install
MMseg
xapian
4-1 日移植到Ubuntu 10.04成功
4.2
-完成分页
-尽量完成搜索模块
4-13
第一个模块基本功能完成(80)
开始第二个模块
4-19
need to install mongodb-server
mongodb-clients
pymongo
use pymongo and gridfs to store the pdf thesis files
5-2:
login --登录
thesis -- 论文管理
profile --个人信息管理
task -- 毕设题目管理
utils -- search engine and some other things
marks -- 评分模块
progress -- 进度管理
models -- 数据库
templates -- 所有html
static -- 所有静态文件
document -- 描述
run.py --网站的主脚本
setup.py -- 网站安装部署脚本
admin -- 管理员 管理
bug one -- in task module the edit not response
5-21:
Finish version 0.4
create https
http://www.mike.org.cn/articles/ubuntu-config-apache-https/