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

Unified Diff: apache/conf/django-directives

Issue 6821082: Integrate dynamic charts into autotest frontend. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Add license. Created 9 years, 8 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 | « no previous file | frontend/croschart/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apache/conf/django-directives
diff --git a/apache/conf/django-directives b/apache/conf/django-directives
index 2c604a164a33f90872ff021cdbfb76b659d8940e..00e83ffacbe129e4506426caeead6620c0ea1c7a 100644
--- a/apache/conf/django-directives
+++ b/apache/conf/django-directives
@@ -7,7 +7,7 @@
Alias /media "/usr/local/autotest/site-packages/django/contrib/admin/media"
-<Location ~ "/(afe|new_tko|planner)/server">
+<Location ~ "/(afe|new_tko|planner|croschart)/server">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE frontend.settings
« no previous file with comments | « no previous file | frontend/croschart/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698