Flatten project hierarchy, moving djano applications out of htsworkflow.frontend...
authorDiane Trout <diane@ghic.org>
Thu, 24 Jul 2014 20:56:08 +0000 (13:56 -0700)
committerDiane Trout <diane@ghic.org>
Thu, 24 Jul 2014 20:56:08 +0000 (13:56 -0700)
commit093107d074d066843897bdfdf29bf62c2f08f05a
tree3cf3364f6c85fbfbba7691db077c96db2a699fdd
parentb32ce3e1e857269b31d01f920ef0a2a537cf8b5d
Flatten project hierarchy, moving djano applications out of htsworkflow.frontend into project root.

Unsuprisingly this also required updates to large chunks of
code to change the import paths for things.

I was motivated by the idea of trying to make my django applications more
portable. I tried some hacks with the python path to make it so they
could live in htsworkflow.appname, but django 1.7 seemed to want the app
to have only one import path, and this was the easiest way I could see to
solve that.
242 files changed:
bcmagic/__init__.py [new file with mode: 0644]
bcmagic/admin.py [new file with mode: 0644]
bcmagic/fixtures/initial_data.json [new file with mode: 0644]
bcmagic/fixtures/woldlab.json [new file with mode: 0644]
bcmagic/forms.py [new file with mode: 0644]
bcmagic/models.py [new file with mode: 0644]
bcmagic/plugin.py [new file with mode: 0644]
bcmagic/urls.py [new file with mode: 0644]
bcmagic/utils.py [new file with mode: 0644]
bcmagic/views.py [new file with mode: 0644]
eland_config/__init__.py [new file with mode: 0644]
eland_config/admin.py [new file with mode: 0644]
eland_config/forms.py [new file with mode: 0644]
eland_config/models.py [new file with mode: 0644]
eland_config/urls.py [new file with mode: 0644]
eland_config/views.py [new file with mode: 0644]
experiments/__init__.py [new file with mode: 0644]
experiments/admin.py [new file with mode: 0644]
experiments/experiments.py [new file with mode: 0644]
experiments/fixtures/initial_data.json [new file with mode: 0644]
experiments/fixtures/test_flowcells.json [new file with mode: 0644]
experiments/fixtures/woldlab.json [new file with mode: 0644]
experiments/models.py [new file with mode: 0644]
experiments/test_experiments.py [new file with mode: 0644]
experiments/urls.py [new file with mode: 0644]
experiments/views.py [new file with mode: 0644]
htsworkflow/auth.py [new file with mode: 0644]
htsworkflow/frontend/auth.py [deleted file]
htsworkflow/frontend/bcmagic/__init__.py [deleted file]
htsworkflow/frontend/bcmagic/admin.py [deleted file]
htsworkflow/frontend/bcmagic/fixtures/initial_data.json [deleted file]
htsworkflow/frontend/bcmagic/fixtures/woldlab.json [deleted file]
htsworkflow/frontend/bcmagic/forms.py [deleted file]
htsworkflow/frontend/bcmagic/models.py [deleted file]
htsworkflow/frontend/bcmagic/plugin.py [deleted file]
htsworkflow/frontend/bcmagic/urls.py [deleted file]
htsworkflow/frontend/bcmagic/utils.py [deleted file]
htsworkflow/frontend/bcmagic/views.py [deleted file]
htsworkflow/frontend/eland_config/__init__.py [deleted file]
htsworkflow/frontend/eland_config/admin.py [deleted file]
htsworkflow/frontend/eland_config/forms.py [deleted file]
htsworkflow/frontend/eland_config/models.py [deleted file]
htsworkflow/frontend/eland_config/urls.py [deleted file]
htsworkflow/frontend/eland_config/views.py [deleted file]
htsworkflow/frontend/experiments/__init__.py [deleted file]
htsworkflow/frontend/experiments/admin.py [deleted file]
htsworkflow/frontend/experiments/experiments.py [deleted file]
htsworkflow/frontend/experiments/fixtures/initial_data.json [deleted file]
htsworkflow/frontend/experiments/fixtures/test_flowcells.json [deleted file]
htsworkflow/frontend/experiments/fixtures/woldlab.json [deleted file]
htsworkflow/frontend/experiments/models.py [deleted file]
htsworkflow/frontend/experiments/test_experiments.py [deleted file]
htsworkflow/frontend/experiments/urls.py [deleted file]
htsworkflow/frontend/experiments/views.py [deleted file]
htsworkflow/frontend/inventory/__init__.py [deleted file]
htsworkflow/frontend/inventory/admin.py [deleted file]
htsworkflow/frontend/inventory/bcmagic.py [deleted file]
htsworkflow/frontend/inventory/fixtures/initial_data.json [deleted file]
htsworkflow/frontend/inventory/fixtures/test_harddisks.json [deleted file]
htsworkflow/frontend/inventory/fixtures/test_user.json [deleted file]
htsworkflow/frontend/inventory/fixtures/woldlab.json [deleted file]
htsworkflow/frontend/inventory/models.py [deleted file]
htsworkflow/frontend/inventory/test_inventory.py [deleted file]
htsworkflow/frontend/inventory/urls.py [deleted file]
htsworkflow/frontend/inventory/views.py [deleted file]
htsworkflow/frontend/labels/__init__.py [deleted file]
htsworkflow/frontend/labels/admin.py [deleted file]
htsworkflow/frontend/labels/models.py [deleted file]
htsworkflow/frontend/labels/test_labels.py [deleted file]
htsworkflow/frontend/labels/views.py [deleted file]
htsworkflow/frontend/samples/__init__.py [deleted file]
htsworkflow/frontend/samples/admin.py [deleted file]
htsworkflow/frontend/samples/auth_backend.py [deleted file]
htsworkflow/frontend/samples/changelist.py [deleted file]
htsworkflow/frontend/samples/fixtures/initial_data.json [deleted file]
htsworkflow/frontend/samples/fixtures/test_samples.json [deleted file]
htsworkflow/frontend/samples/models.py [deleted file]
htsworkflow/frontend/samples/results.py [deleted file]
htsworkflow/frontend/samples/test_samples.py [deleted file]
htsworkflow/frontend/samples/urls.py [deleted file]
htsworkflow/frontend/samples/views.py [deleted file]
htsworkflow/frontend/static/css/admin_flowcell.css [deleted file]
htsworkflow/frontend/static/css/app.css [deleted file]
htsworkflow/frontend/static/css/base.css [deleted file]
htsworkflow/frontend/static/css/changelists.css [deleted file]
htsworkflow/frontend/static/css/click-table.css [deleted file]
htsworkflow/frontend/static/css/dashboard.css [deleted file]
htsworkflow/frontend/static/css/data-browse-index.css [deleted file]
htsworkflow/frontend/static/css/forms.css [deleted file]
htsworkflow/frontend/static/css/global.css [deleted file]
htsworkflow/frontend/static/css/htsw.css [deleted file]
htsworkflow/frontend/static/css/layout.css [deleted file]
htsworkflow/frontend/static/css/null.css [deleted file]
htsworkflow/frontend/static/css/patch-iewin.css [deleted file]
htsworkflow/frontend/static/css/wide_account_number.css [deleted file]
htsworkflow/frontend/static/img/changelist-bg.gif [deleted file]
htsworkflow/frontend/static/img/default-bg.gif [deleted file]
htsworkflow/frontend/static/img/dna80.png [deleted file]
htsworkflow/frontend/static/img/hdd_unmount.png [deleted file]
htsworkflow/frontend/static/img/icon_searchbox.png [deleted file]
htsworkflow/frontend/static/img/layout-browser-hd-bg.gif [deleted file]
htsworkflow/frontend/static/img/nav-bg-reverse.gif [deleted file]
htsworkflow/frontend/static/img/nav-bg.gif [deleted file]
htsworkflow/frontend/static/img/readme.txt [deleted file]
htsworkflow/frontend/static/img/s.gif [deleted file]
htsworkflow/frontend/static/js/bcmagic-ext.js [deleted file]
htsworkflow/frontend/static/js/htsw-inventory.js [deleted file]
htsworkflow/frontend/static/js/htsw.js [deleted file]
htsworkflow/frontend/static/js/jquery.timers-1.0.0.js [deleted file]
htsworkflow/frontend/static/js/magicbc.js [deleted file]
htsworkflow/frontend/templates/404.html [deleted file]
htsworkflow/frontend/templates/admin/auth/user/add_form.html [deleted file]
htsworkflow/frontend/templates/admin/base_site.html [deleted file]
htsworkflow/frontend/templates/admin/experiments/flowcell/change_form.html [deleted file]
htsworkflow/frontend/templates/admin/index.html [deleted file]
htsworkflow/frontend/templates/admin/pagination.html [deleted file]
htsworkflow/frontend/templates/base.html [deleted file]
htsworkflow/frontend/templates/base_site.html [deleted file]
htsworkflow/frontend/templates/bcmagic/magic.html [deleted file]
htsworkflow/frontend/templates/experiments/detail.html [deleted file]
htsworkflow/frontend/templates/experiments/email_preview.html [deleted file]
htsworkflow/frontend/templates/experiments/flowcellSheet.html [deleted file]
htsworkflow/frontend/templates/experiments/flowcell_detail.html [deleted file]
htsworkflow/frontend/templates/experiments/flowcell_header.html [deleted file]
htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html [deleted file]
htsworkflow/frontend/templates/experiments/index.html [deleted file]
htsworkflow/frontend/templates/experiments/sequencer.html [deleted file]
htsworkflow/frontend/templates/experiments/started_email.html [deleted file]
htsworkflow/frontend/templates/experiments/started_email.txt [deleted file]
htsworkflow/frontend/templates/inventory/default.zpl [deleted file]
htsworkflow/frontend/templates/inventory/hard_drive_shell.zpl [deleted file]
htsworkflow/frontend/templates/inventory/inventory_all_index.html [deleted file]
htsworkflow/frontend/templates/inventory/inventory_index.html [deleted file]
htsworkflow/frontend/templates/inventory/inventory_itemtype_index.html [deleted file]
htsworkflow/frontend/templates/inventory/inventory_summary.html [deleted file]
htsworkflow/frontend/templates/registration/login.html [deleted file]
htsworkflow/frontend/templates/registration/profile.html [deleted file]
htsworkflow/frontend/templates/reports/report.html [deleted file]
htsworkflow/frontend/templates/sample_header.html [deleted file]
htsworkflow/frontend/templates/samples/antibody_index.html [deleted file]
htsworkflow/frontend/templates/samples/lanes_for.html [deleted file]
htsworkflow/frontend/templates/samples/library_detail.html [deleted file]
htsworkflow/frontend/templates/samples/library_index.html [deleted file]
htsworkflow/frontend/templates/samples/species_detail.html [deleted file]
htsworkflow/frontend/templates/search_form.html [deleted file]
htsworkflow/frontend/urls.py [deleted file]
htsworkflow/pipelines/retrieve_config.py
htsworkflow/pipelines/test/test_retrive_config.py
htsworkflow/settings.py
htsworkflow/static/css/admin_flowcell.css [new file with mode: 0644]
htsworkflow/static/css/app.css [new file with mode: 0644]
htsworkflow/static/css/base.css [new file with mode: 0644]
htsworkflow/static/css/changelists.css [new file with mode: 0644]
htsworkflow/static/css/click-table.css [new file with mode: 0644]
htsworkflow/static/css/dashboard.css [new file with mode: 0644]
htsworkflow/static/css/data-browse-index.css [new file with mode: 0644]
htsworkflow/static/css/forms.css [new file with mode: 0644]
htsworkflow/static/css/global.css [new file with mode: 0644]
htsworkflow/static/css/htsw.css [new file with mode: 0644]
htsworkflow/static/css/layout.css [new file with mode: 0644]
htsworkflow/static/css/null.css [new file with mode: 0644]
htsworkflow/static/css/patch-iewin.css [new file with mode: 0644]
htsworkflow/static/css/wide_account_number.css [new file with mode: 0644]
htsworkflow/static/img/changelist-bg.gif [new file with mode: 0644]
htsworkflow/static/img/default-bg.gif [new file with mode: 0644]
htsworkflow/static/img/dna80.png [new file with mode: 0644]
htsworkflow/static/img/hdd_unmount.png [new file with mode: 0755]
htsworkflow/static/img/icon_searchbox.png [new file with mode: 0644]
htsworkflow/static/img/layout-browser-hd-bg.gif [new file with mode: 0644]
htsworkflow/static/img/nav-bg-reverse.gif [new file with mode: 0644]
htsworkflow/static/img/nav-bg.gif [new file with mode: 0644]
htsworkflow/static/img/readme.txt [new file with mode: 0644]
htsworkflow/static/img/s.gif [new file with mode: 0644]
htsworkflow/static/js/bcmagic-ext.js [new file with mode: 0644]
htsworkflow/static/js/htsw-inventory.js [new file with mode: 0644]
htsworkflow/static/js/htsw.js [new file with mode: 0644]
htsworkflow/static/js/jquery.timers-1.0.0.js [new file with mode: 0644]
htsworkflow/static/js/magicbc.js [new file with mode: 0644]
htsworkflow/templates/404.html [new file with mode: 0644]
htsworkflow/templates/admin/auth/user/add_form.html [new file with mode: 0644]
htsworkflow/templates/admin/base_site.html [new file with mode: 0644]
htsworkflow/templates/admin/experiments/flowcell/change_form.html [new file with mode: 0644]
htsworkflow/templates/admin/index.html [new file with mode: 0644]
htsworkflow/templates/admin/pagination.html [new file with mode: 0644]
htsworkflow/templates/base.html [new file with mode: 0644]
htsworkflow/templates/base_site.html [new file with mode: 0644]
htsworkflow/templates/bcmagic/magic.html [new file with mode: 0644]
htsworkflow/templates/experiments/detail.html [new file with mode: 0644]
htsworkflow/templates/experiments/email_preview.html [new file with mode: 0644]
htsworkflow/templates/experiments/flowcellSheet.html [new file with mode: 0644]
htsworkflow/templates/experiments/flowcell_detail.html [new file with mode: 0644]
htsworkflow/templates/experiments/flowcell_header.html [new file with mode: 0644]
htsworkflow/templates/experiments/flowcell_lane_detail.html [new file with mode: 0644]
htsworkflow/templates/experiments/index.html [new file with mode: 0644]
htsworkflow/templates/experiments/sequencer.html [new file with mode: 0644]
htsworkflow/templates/experiments/started_email.html [new file with mode: 0644]
htsworkflow/templates/experiments/started_email.txt [new file with mode: 0644]
htsworkflow/templates/inventory/default.zpl [new file with mode: 0644]
htsworkflow/templates/inventory/hard_drive_shell.zpl [new file with mode: 0644]
htsworkflow/templates/inventory/inventory_all_index.html [new file with mode: 0644]
htsworkflow/templates/inventory/inventory_index.html [new file with mode: 0644]
htsworkflow/templates/inventory/inventory_itemtype_index.html [new file with mode: 0644]
htsworkflow/templates/inventory/inventory_summary.html [new file with mode: 0644]
htsworkflow/templates/registration/login.html [new file with mode: 0644]
htsworkflow/templates/registration/profile.html [new file with mode: 0644]
htsworkflow/templates/reports/report.html [new file with mode: 0644]
htsworkflow/templates/sample_header.html [new file with mode: 0644]
htsworkflow/templates/samples/antibody_index.html [new file with mode: 0644]
htsworkflow/templates/samples/lanes_for.html [new file with mode: 0644]
htsworkflow/templates/samples/library_detail.html [new file with mode: 0644]
htsworkflow/templates/samples/library_index.html [new file with mode: 0644]
htsworkflow/templates/samples/species_detail.html [new file with mode: 0644]
htsworkflow/templates/search_form.html [new file with mode: 0644]
htsworkflow/urls.py [new file with mode: 0644]
htsworkflow/util/makebed.py
inventory/__init__.py [new file with mode: 0644]
inventory/admin.py [new file with mode: 0644]
inventory/bcmagic.py [new file with mode: 0644]
inventory/fixtures/initial_data.json [new file with mode: 0644]
inventory/fixtures/test_harddisks.json [new file with mode: 0644]
inventory/fixtures/test_user.json [new file with mode: 0644]
inventory/fixtures/woldlab.json [new file with mode: 0644]
inventory/models.py [new file with mode: 0644]
inventory/test_inventory.py [new file with mode: 0644]
inventory/urls.py [new file with mode: 0644]
inventory/views.py [new file with mode: 0644]
labels/__init__.py [new file with mode: 0644]
labels/admin.py [new file with mode: 0644]
labels/models.py [new file with mode: 0644]
labels/test_labels.py [new file with mode: 0644]
labels/views.py [new file with mode: 0644]
samples/__init__.py [new file with mode: 0644]
samples/admin.py [new file with mode: 0644]
samples/auth_backend.py [new file with mode: 0644]
samples/changelist.py [new file with mode: 0644]
samples/fixtures/initial_data.json [new file with mode: 0644]
samples/fixtures/test_samples.json [new file with mode: 0644]
samples/models.py [new file with mode: 0644]
samples/results.py [new file with mode: 0644]
samples/test_samples.py [new file with mode: 0644]
samples/urls.py [new file with mode: 0644]
samples/views.py [new file with mode: 0644]