First attempt at an inventory tracking database
authorBrandon King <kingb@caltech.edu>
Fri, 29 May 2009 23:00:04 +0000 (23:00 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 29 May 2009 23:00:04 +0000 (23:00 +0000)
commita60590cc89af6611dc5fd01bf36f766b8377228a
treedcf2b4fb0a5166edcee09b327ff75447d42d07e5
parentaa2797aff6915e4a9cbff0114dfb0742055c7524
First attempt at an inventory tracking database
 * Includes a LongTermStorage object which links flowcells/libraries to storage items.
htsworkflow/frontend/inventory/__init__.py [new file with mode: 0644]
htsworkflow/frontend/inventory/admin.py [new file with mode: 0644]
htsworkflow/frontend/inventory/models.py [new file with mode: 0644]
htsworkflow/frontend/inventory/views.py [new file with mode: 0644]
htsworkflow/frontend/settings.py