Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group22
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
John Tamano
widget_group22
Commits
b6ec031e
Commit
b6ec031e
authored
May 06, 2022
by
John Tamano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed commented out code
parent
e6b25bc9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
urls.cpython-38.pyc
widget_group22/homepage/__pycache__/urls.cpython-38.pyc
+0
-0
views.cpython-38.pyc
widget_group22/homepage/__pycache__/views.cpython-38.pyc
+0
-0
views.py
widget_group22/homepage/views.py
+0
-17
urls.cpython-38.pyc
...et_group22/widget_group22/__pycache__/urls.cpython-38.pyc
+0
-0
No files found.
widget_group22/homepage/__pycache__/urls.cpython-38.pyc
View file @
b6ec031e
No preview for this file type
widget_group22/homepage/__pycache__/views.cpython-38.pyc
View file @
b6ec031e
No preview for this file type
widget_group22/homepage/views.py
View file @
b6ec031e
...
@@ -27,21 +27,4 @@ def displayUserDetails(request, user_id):
...
@@ -27,21 +27,4 @@ def displayUserDetails(request, user_id):
}
}
return
render
(
request
,
"users/details.html"
,
context
)
return
render
(
request
,
"users/details.html"
,
context
)
'''
def displayWidgetUsers(request):
WidgetUsers = models.WidgetUser.objects.all()
WidgetUserInfo = ""
for i in WidgetUsers:
last_name = i.last_name
middle_name = i.middle_name
first_name = i.first_name
id_number = i.id_num
email = i.email
dept = str(i.department)
home_unit = i.department.home_unit
temp = last_name + ", " + first_name + " " + middle_name + ": " + id_number + ", " + email + ", " + dept + ", " + home_unit
WidgetUserInfo += "<br>" + temp
return HttpResponse("WIDGET USERS:
\n
" + WidgetUserInfo)
'''
# Create your views here.
# Create your views here.
widget_group22/widget_group22/__pycache__/urls.cpython-38.pyc
View file @
b6ec031e
No preview for this file type
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