From: Diane Trout Date: Tue, 17 Dec 2013 19:32:20 +0000 (-0800) Subject: Inventory works, even though its was hidden between two non-working modules X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=1965bee8244213eea20174d0ff5ee5d274de530b Inventory works, even though its was hidden between two non-working modules --- diff --git a/htsworkflow/frontend/urls.py b/htsworkflow/frontend/urls.py index c21d9a0..cd2570b 100644 --- a/htsworkflow/frontend/urls.py +++ b/htsworkflow/frontend/urls.py @@ -25,7 +25,7 @@ urlpatterns = patterns('', ## AnalysTrack: ##(r'^analysis/', include('htsworkflow.frontend.analysis.urls')), ## Inventory urls - #url(r'^inventory/', include('htsworkflow.frontend.inventory.urls')), + url(r'^inventory/', include('htsworkflow.frontend.inventory.urls')), ## Report Views: ##url(r'^reports/', include('htsworkflow.frontend.reports.urls')), ## Library browser