From cd869d29a4b63b18960b548a178392ddfd99a35b Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 6 Oct 2016 16:27:15 -0400 Subject: [PATCH] Move performance.views to its own urls.py. --- lms/urls.py | 3 ++- openedx/core/djangoapps/performance/urls.py | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 openedx/core/djangoapps/performance/urls.py diff --git a/lms/urls.py b/lms/urls.py index 219a0ed59b..2894083ed6 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -35,7 +35,8 @@ urlpatterns = ( # Event tracking endpoints url(r'', include('track.urls')), - url(r'^performance$', 'openedx.core.djangoapps.performance.views.performance_log'), + # Performance endpoints + url(r'', include('openedx.core.djangoapps.performance.urls')), # TODO: Is this used anymore? What is STATIC_GRAB? url(r'^t/(?P