Track which flowcells are archived on which long term storage devices
[htsworkflow.git] / htsworkflow / frontend / inventory / urls.py
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('',
4      (r'^lts/link/(?P<flowcell>.+)/(?P<serial>.+)/$', 'htsworkflow.frontend.inventory.views.link_flowcell_and_device'),                                                                                                 
5     )