(no commit message)
authorRami Rauch <rrauch@stanford.edu>
Fri, 16 Jan 2009 21:53:35 +0000 (21:53 +0000)
committerRami Rauch <rrauch@stanford.edu>
Fri, 16 Jan 2009 21:53:35 +0000 (21:53 +0000)
htswfrontend/htswfrontend/urls.py

index b847666657b9b5a9ffde6d3675a0f195d903ee7d..41d015c610bdd47010efe4eabba9448d1c7d5dd0 100644 (file)
@@ -13,6 +13,6 @@ urlpatterns = patterns('',
      (r'^exp_track/', include('htswfrontend.exp_track.et_urls')),
     # AnalysTrack:
      (r'^analys_track/', include('htswfrontend.analys_track.an_urls')),
-    # Report Views:
-    # (r'^reports/', include('gaworkflow.frontend....urls')),
+    # Htsw_reports:
+     (r'^htsw_reports/', include('htswfrontend.htsw_reports.ht_urls')),
 )