Merged much of the stanford htsworkflow frontend into trunk.
authorDiane Trout <diane@caltech.edu>
Wed, 14 Jan 2009 01:12:47 +0000 (01:12 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 14 Jan 2009 01:12:47 +0000 (01:12 +0000)
commit0ad05984f22876516044102c48fa4dac50ba7486
treea66efb19602398c15f44c66dfe0be91f550aa7ba
parenta78a3200ca7cc091ac2eace0871fccb87b52f00c
Merged much of the stanford htsworkflow frontend into trunk.
Updated to be compatable with Django 1.0

A big change for the 1.0 compatibility is the Admin class that was
attached to models was moved into a seperate file admin.py

I probably munged some of the fieldset formatting in the conversion process.
19 files changed:
docs/Conv_CaltechDB_Nov112008.txt [new file with mode: 0644]
htsworkflow/frontend/analysis/admin.py [new file with mode: 0644]
htsworkflow/frontend/analysis/models.py
htsworkflow/frontend/eland_config/forms.py
htsworkflow/frontend/experiments/admin.py [new file with mode: 0644]
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/experiments/views.py
htsworkflow/frontend/reports/admin.py [new file with mode: 0644]
htsworkflow/frontend/reports/libinfopar.py
htsworkflow/frontend/reports/reports.py [new file with mode: 0755]
htsworkflow/frontend/reports/urls.py
htsworkflow/frontend/samples/admin.py [new file with mode: 0644]
htsworkflow/frontend/samples/models.py
htsworkflow/frontend/settings.py
htsworkflow/frontend/templates/admin/base_site.html [new file with mode: 0644]
htsworkflow/frontend/templates/experiments/detail.html [new file with mode: 0644]
htsworkflow/frontend/templates/experiments/flowcellSheet.html [new file with mode: 0644]
htsworkflow/frontend/templates/experiments/index.html [new file with mode: 0644]
htsworkflow/frontend/urls.py