Commit 6594ef2c authored by 王英豪's avatar 王英豪

修改地址

parent bbe6a022
......@@ -27,12 +27,17 @@ class PersonnelAllocationView(View):
else:
render = ""
if testing_progress.parent == "0":
parent = ""
else:
parent = testing_progress.parent
testing_progress_dict = {
"text": testing_progress.testing_progress_title,
"start_date": testing_progress.start_date,
"id": testing_progress.id,
"duration": testing_progress.duration,
"parent": testing_progress.parent,
# "parent": "",
"type": testing_progress.type,
"end_date": testing_progress.end_date,
"render": render,
......
[uwsgi]
http = :8081
chdir = /home/quant_group/AutomatedTestPlatform
http = :80
chdir = /home/quant_group/automatedtestplatform
module = AutomatedTestPlatform.wsgi
master = true
processes = 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment