Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses
Commits
e450be9c
Commit
e450be9c
authored
Sep 10, 2020
by
Laury Bueno
Browse files
[Stats] Remove dedault URL paths of actstream
parent
dcb18910
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
courses/stats/urls.py
courses/stats/urls.py
+0
-1
No files found.
courses/stats/urls.py
View file @
e450be9c
...
...
@@ -9,5 +9,4 @@ app_name = 'courses.stats'
urlpatterns
=
[
url
(
r
'^user-actions'
,
UserActionsView
.
as_view
(),
name
=
'user-actions'
),
url
(
r
'^user-access'
,
UserAccessView
.
as_view
(),
name
=
'user-access'
),
url
(
r
'^activity-stream'
,
include
(
'actstream.urls'
)),
]
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