Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_tee jays angelos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Ramon Angelo Enriquez
widget_tee jays angelos
Commits
800c4172
Commit
800c4172
authored
Apr 06, 2022
by
Paul Angelo Sy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sy/assignments'
parents
3f5cbf4c
f092fc15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
views.py
widget_tee_jays_angelos/assignments/views.py
+0
-3
No files found.
widget_tee_jays_angelos/assignments/views.py
View file @
800c4172
...
...
@@ -3,10 +3,7 @@ from assignments.models import Assignment, Course
# Create your views here.
def
index
(
request
):
assignmentCount
=
Assignment
.
objects
.
all
()
.
count
()
assignmentOutput
=
"Assignments: <br/><br/>"
n
=
assignmentCount
for
n
in
Assignment
.
objects
.
all
():
assignmentOutput
+=
(
"Assignment Name: "
+
str
(
n
.
name
)
+
"<br/>"
)
assignmentOutput
+=
(
"Description: "
+
n
.
description
+
"<br/>"
)
...
...
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