Convert stanford/hudson alpha's updStatus to work with django 1.0.2's
authorDiane Trout <diane@caltech.edu>
Wed, 19 Aug 2009 00:30:48 +0000 (00:30 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 19 Aug 2009 00:30:48 +0000 (00:30 +0000)
commit0af9d0bca75f8edfafbd2231ca9aba9ec7e2ed24
tree4276f09e28f4881d347c663d9c51d936c0d9e94b
parent448bfc1653043d69af750b5bd2d4d8430a63bc84
Convert stanford/hudson alpha's updStatus to work with django 1.0.2's
WSGIRequest objects.

(Mostly this means accessing request.REQUEST instead of just request)

Also I changed the user restriction from 'rami' to is_superuser, as for
some reason the user variable attached to the request is an actual django
user.
htsworkflow/frontend/experiments/experiments.py