Return species information as part of the flowcell json information.
authorDiane Trout <diane@caltech.edu>
Wed, 23 Sep 2009 19:09:58 +0000 (19:09 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 23 Sep 2009 19:09:58 +0000 (19:09 +0000)
commit45bea53077b4e46618320beee76682d441e0a1c7
tree37196a08794adaa3a4ef96fb020e940e4983ad1b
parentf22eb99f314ed48ceb0062dffe4f8f25c7cf09dd
Return species information as part of the flowcell json information.
Additionally instead of using django authentication use an apikey
for authenticating access to the json data.

Currently the apikey is just a value stored in the settings.py file
(DEFAULT_API_KEY), but in the future could be linked to users.
htsworkflow/frontend/auth.py [new file with mode: 0644]
htsworkflow/frontend/experiments/experiments.py
htsworkflow/frontend/experiments/fixtures/test_flowcells.json
htsworkflow/frontend/experiments/tests.py
htsworkflow/frontend/samples/fixtures/initial_data.json
htsworkflow/frontend/samples/fixtures/test_samples.json
htsworkflow/frontend/samples/tests.py
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/settings.py