Inventory works, even though its was hidden between two non-working modules
authorDiane Trout <diane@ghic.org>
Tue, 17 Dec 2013 19:32:20 +0000 (11:32 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 17 Dec 2013 19:32:20 +0000 (11:32 -0800)
htsworkflow/frontend/urls.py

index c21d9a0d12f6515c6c881d3d4fdc1c707c001130..cd2570b0dfd093185d74af96c55867923d613c11 100644 (file)
@@ -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