This is a partial merge of the stanford branch with the caltech branch of
authorDiane Trout <diane@caltech.edu>
Thu, 8 Jan 2009 20:12:03 +0000 (20:12 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 8 Jan 2009 20:12:03 +0000 (20:12 +0000)
commita78a3200ca7cc091ac2eace0871fccb87b52f00c
tree4c235072d32628bbacc2cca088a79b6a5826bc1a
parent65b5bc7d910bcb888ccf3eb8ffda1db22b8c3dfc
This is a partial merge of the stanford branch with the caltech branch of
the web application, it doesn't work correctly yet, the libraries admin page
is broken, and lacks the ability to browe the 'made_for' column.

This is based on a merge that started a few month ago, but I hadn't finished
the merge, I'll need to check for more updates from their branch soon.

During the process I decided it would be a good idea to update to django 1.0
which is going to make things even more unstable, so I thought I should
check this work in progess in before continuing.
17 files changed:
htsworkflow/frontend/analysis/an_urls.py [deleted file]
htsworkflow/frontend/analysis/main.py
htsworkflow/frontend/analysis/models.py
htsworkflow/frontend/analysis/urls.py [new file with mode: 0644]
htsworkflow/frontend/eland_config/views.py
htsworkflow/frontend/experiments/et_urls.py [deleted file]
htsworkflow/frontend/experiments/experiments.py [new file with mode: 0755]
htsworkflow/frontend/experiments/exptrack.py [deleted file]
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/experiments/urls.py [new file with mode: 0755]
htsworkflow/frontend/experiments/views.py
htsworkflow/frontend/reports/ht_urls.py [deleted file]
htsworkflow/frontend/reports/models.py
htsworkflow/frontend/reports/urls.py [new file with mode: 0644]
htsworkflow/frontend/samples/models.py
htsworkflow/frontend/settings.py
htsworkflow/frontend/urls.py