From: Rami Rauch Date: Fri, 16 Jan 2009 21:53:35 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=51249a30220e3fb2cea70939b0cbf5a69af6eeda --- diff --git a/htswfrontend/htswfrontend/urls.py b/htswfrontend/htswfrontend/urls.py index b847666..41d015c 100644 --- a/htswfrontend/htswfrontend/urls.py +++ b/htswfrontend/htswfrontend/urls.py @@ -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')), )