Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
automatedtestplatform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
automatedtestplatform
Commits
6594ef2c
Commit
6594ef2c
authored
Oct 27, 2022
by
王英豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改地址
parent
bbe6a022
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
personnel_allocation_view.cpython-37.pyc
...tion/__pycache__/personnel_allocation_view.cpython-37.pyc
+0
-0
personnel_allocation_view.py
...progress/PersonnelAllocation/personnel_allocation_view.py
+6
-1
uwsgi.ini
uwsgi.ini
+2
-2
No files found.
automated_main/view/testing_progress/PersonnelAllocation/__pycache__/personnel_allocation_view.cpython-37.pyc
View file @
6594ef2c
No preview for this file type
automated_main/view/testing_progress/PersonnelAllocation/personnel_allocation_view.py
View file @
6594ef2c
...
@@ -27,12 +27,17 @@ class PersonnelAllocationView(View):
...
@@ -27,12 +27,17 @@ class PersonnelAllocationView(View):
else
:
else
:
render
=
""
render
=
""
if
testing_progress
.
parent
==
"0"
:
parent
=
""
else
:
parent
=
testing_progress
.
parent
testing_progress_dict
=
{
testing_progress_dict
=
{
"text"
:
testing_progress
.
testing_progress_title
,
"text"
:
testing_progress
.
testing_progress_title
,
"start_date"
:
testing_progress
.
start_date
,
"start_date"
:
testing_progress
.
start_date
,
"id"
:
testing_progress
.
id
,
"id"
:
testing_progress
.
id
,
"duration"
:
testing_progress
.
duration
,
"duration"
:
testing_progress
.
duration
,
"parent"
:
testing_progress
.
parent
,
# "parent": ""
,
"type"
:
testing_progress
.
type
,
"type"
:
testing_progress
.
type
,
"end_date"
:
testing_progress
.
end_date
,
"end_date"
:
testing_progress
.
end_date
,
"render"
:
render
,
"render"
:
render
,
...
...
uwsgi.ini
View file @
6594ef2c
[uwsgi]
[uwsgi]
http
=
:80
81
http
=
:80
chdir
=
/home/quant_group/
AutomatedTestP
latform
chdir
=
/home/quant_group/
automatedtestp
latform
module
=
AutomatedTestPlatform.wsgi
module
=
AutomatedTestPlatform.wsgi
master
=
true
master
=
true
processes
=
4
processes
=
4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment