Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: dashboard/urls.py

Issue 6730036: Add a new apache/django handler into autotest server. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dashboard/settings.py ('k') | dashboard/views.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/urls.py
diff --git a/dashboard/urls.py b/dashboard/urls.py
new file mode 100755
index 0000000000000000000000000000000000000000..2dc117e885a5dbbb292e20733de13fcf8cd36645
--- /dev/null
+++ b/dashboard/urls.py
@@ -0,0 +1,10 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+from django.conf.urls import defaults
+import common
+
+urlpatterns = defaults.patterns(
+ '',
+ (r'^dashboard/summary/', 'dashboard.views.handle_summary'))
« no previous file with comments | « dashboard/settings.py ('k') | dashboard/views.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698