Add feature to manage and print labels.
authorLorian Schaeffer <lorian@caltech.edu>
Thu, 26 May 2011 17:32:37 +0000 (10:32 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 26 May 2011 17:48:13 +0000 (10:48 -0700)
commitbe807ce7093f41fa6345314fc4fb3fa7434bcee7
tree055ab054047f7836a5e3d13a0847c35b1fa08775
parent51c342d45441249e1e70f8cb8825e0e06cd78895
Add feature to manage and print labels.
htsworkflow/frontend/labels/__init__.py [new file with mode: 0644]
htsworkflow/frontend/labels/admin.py [new file with mode: 0644]
htsworkflow/frontend/labels/models.py [new file with mode: 0644]
htsworkflow/frontend/labels/tests.py [new file with mode: 0644]
htsworkflow/frontend/labels/views.py [new file with mode: 0644]
htsworkflow/frontend/templates/admin/index.html
htsworkflow/settings.py