Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2020-101
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sachith Fernando
2020-101
Commits
16102ea7
Commit
16102ea7
authored
Nov 05, 2020
by
SohanDanushka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Committing the code cleanups
parent
16b993f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
MonitorLecturerApp/urls.py
MonitorLecturerApp/urls.py
+0
-3
MonitorLecturerApp/views.py
MonitorLecturerApp/views.py
+0
-4
No files found.
MonitorLecturerApp/urls.py
View file @
16102ea7
...
@@ -12,9 +12,6 @@ urlpatterns = [
...
@@ -12,9 +12,6 @@ urlpatterns = [
path
(
'lecture-video'
,
views
.
lecVideo
),
path
(
'lecture-video'
,
views
.
lecVideo
),
# path('Video', views.hello)
# path('Video', views.hello)
# delete this path later
path
(
'test-frame-recognitions'
,
views
.
testFrameRecognitions
),
##### LECTURER ACTIVITY SECTION #####
##### LECTURER ACTIVITY SECTION #####
# API to retrieve activity recognition
# API to retrieve activity recognition
url
(
r'^activities/$'
,
api
.
ActivityRecognitionAPI
.
as_view
()),
url
(
r'^activities/$'
,
api
.
ActivityRecognitionAPI
.
as_view
()),
...
...
MonitorLecturerApp/views.py
View file @
16102ea7
...
@@ -151,7 +151,3 @@ def lecVideo(request):
...
@@ -151,7 +151,3 @@ def lecVideo(request):
# for audioPath in audiopaths:
# for audioPath in audiopaths:
# audio = tAudio()
# audio = tAudio()
def
testFrameRecognitions
(
request
):
return
render
(
request
,
"MonitorLecturerApp/test_frame_recognitions.html"
)
\ No newline at end of file
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